From eda0628567bcc752b0ee7f7330e36d3c665614c3 Mon Sep 17 00:00:00 2001 From: Eduardo Medeiros Date: Mon, 11 Nov 2024 21:10:10 +0000 Subject: [PATCH] backport of commit f8c85b036b82bd956a4036c03fbcdea03d3a16b8 --- website/content/docs/configuration/vault.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/configuration/vault.mdx b/website/content/docs/configuration/vault.mdx index 60a25739d01..98b8b7bf155 100644 --- a/website/content/docs/configuration/vault.mdx +++ b/website/content/docs/configuration/vault.mdx @@ -19,7 +19,7 @@ Alternatively, Nomad servers may be configured with a high-privileged Vault token that is used to derive fine-grained tokens for tasks. Refer to [Token-based Authentication](#token-based-authentication) for configuration details. This workflow is deprecated and will be removed in a future version of -Nomad. Using using workload identities is strongly recommended as it is easier +Nomad. Using workload identities is strongly recommended as it is easier to manage and more secure. Refer to the [Nomad and Vault Integration][nomad-vault] page for more