From cb5a8930dc10b1a22e7c44fbabb3dee6dc21936b Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Mon, 13 Feb 2023 18:04:50 +0000 Subject: [PATCH] Fix broken anchor --- content/en/docs/concepts/security/service-accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/service-accounts.md b/content/en/docs/concepts/security/service-accounts.md index 5a5d973bac..68c3299c91 100644 --- a/content/en/docs/concepts/security/service-accounts.md +++ b/content/en/docs/concepts/security/service-accounts.md @@ -209,7 +209,7 @@ checks the token against the Secret. For more information about the authentication process, refer to [Authentication](/docs/reference/access-authn-authz/authentication/#service-account-tokens). -### Authenticating service account credentials in your own code {authenticating-in-code} +### Authenticating service account credentials in your own code {#authenticating-in-code} If you have services of your own that need to validate Kubernetes service account credentials, you can use the following methods: