From bd178ee91f92f50398cf940b1db3eb2157ed7fd3 Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Wed, 10 Dec 2025 17:36:04 +0100 Subject: [PATCH] Fix small typo about ec2tokens in documentation Signed-off-by: Arnaud Morin Change-Id: Ic67d2af8290f2b9feed9b17142f2c910600e863b --- doc/source/getting-started/policy_mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting-started/policy_mapping.rst b/doc/source/getting-started/policy_mapping.rst index fab79be12d..a9d1700c19 100644 --- a/doc/source/getting-started/policy_mapping.rst +++ b/doc/source/getting-started/policy_mapping.rst @@ -246,7 +246,7 @@ identity:get_access_rule GET /v3/users/{user_i identity:list_access_rules GET /v3/users/{user_id}/access_rules identity:delete_access_rule DELETE /v3/users/{user_id}/access_rules/{access_rule_id} identity:s3tokens_validate POST /v3/s3tokens -identity:ec2tokens_validate POST /v3/es2tokens +identity:ec2tokens_validate POST /v3/ec2tokens ========================================================= ===