From cecfd313d6e5664d58c8eae8ca24104bf5f105b9 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Fri, 18 Oct 2024 13:52:42 +0000 Subject: [PATCH] backport of commit 11573fba89fd6c61c2c9e23e2fa48fc87bea8cce --- website/content/docs/concepts/workload-identity.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/concepts/workload-identity.mdx b/website/content/docs/concepts/workload-identity.mdx index 3854896a4d54..133d6121181d 100644 --- a/website/content/docs/concepts/workload-identity.mdx +++ b/website/content/docs/concepts/workload-identity.mdx @@ -50,7 +50,7 @@ in the Nomad job specification. "nomad_namespace": "default", "nomad_job_id": "example", "nomad_allocation_id": "8623ac7a-28ba-20c3-24a6-e615a39bbbf3", - "nomad_service": "example-cache-redis" + "nomad_service": "example-cache-redis", "vault_role": "nomad-jwt-login" } ``` @@ -79,8 +79,8 @@ Similarly, tasks with a [`vault.namespace`][jobspec_vault_ns] value have the add "nomad_namespace": "default", "nomad_job_id": "example", "nomad_allocation_id": "8623ac7a-28ba-20c3-24a6-e615a39bbbf3", - "nomad_service": "example-cache-redis" - "vault_namespace": "prod", + "nomad_service": "example-cache-redis", + "vault_namespace": "prod" } ```