From 6852fc4e6041e0b6b5ef4ace9d94a23ccdd6fb8d Mon Sep 17 00:00:00 2001 From: nphilbrook <42616679+nphilbrook@users.noreply.github.com> Date: Mon, 12 May 2025 15:12:36 -0400 Subject: [PATCH] Fixing link to static role documentation (#30486) * Created branch nphilbrook_aws_static_role_docs_link from main * Correcting anchor link * Changelog entry * Removing changelog --- website/content/docs/secrets/aws.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/secrets/aws.mdx b/website/content/docs/secrets/aws.mdx index a1c79982ed..16d892a7fa 100644 --- a/website/content/docs/secrets/aws.mdx +++ b/website/content/docs/secrets/aws.mdx @@ -45,7 +45,7 @@ When credentials are requested for the Role, Vault returns the current Access Key ID and Secret Access Key for the configured user, allowing anyone with the proper Vault policies to have access to the IAM credentials. -Please see the [API documentation](/vault/api-docs/secret/aws#create-static-role) for details on this feature. +Please see the [API documentation](/vault/api-docs/secret/aws#create-update-static-role) for details on this feature. ## Setup