From 7509ef169b8e38ad2405367c297ed36206eedd8d Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Fri, 9 Aug 2024 08:27:49 -0700 Subject: [PATCH] [Docs] Add cross referencing link to AppRole usage best practices (#28038) * Add cross referencing link to AppRole usage best practices * Minor edits to flow the sentence better --- website/content/docs/auth/approle.mdx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/website/content/docs/auth/approle.mdx b/website/content/docs/auth/approle.mdx index f490a55a964b..8f0a6e6457e2 100644 --- a/website/content/docs/auth/approle.mdx +++ b/website/content/docs/auth/approle.mdx @@ -236,9 +236,16 @@ belonging to configured CIDR blocks on the AppRole. ## Tutorial -Refer to the [AppRole Pull -Authentication](/vault/tutorials/auth-methods/approle) -tutorial to learn how to use the AppRole method to generate tokens for machines or apps. +Refer to the following tutorials to learn more: + +- [AppRole Pull Authentication](/vault/tutorials/auth-methods/approle) tutorial + to learn how to use the AppRole auth method to generate tokens for machines or + apps. + +- [AppRole usage best + practices](/vault/tutorials/auth-methods/approle-best-practices) to understand + the recommendation for distributing the AppRole credentials to the target + Vault clients. ## User lockout