Skip to content

Commit

Permalink
docs: fix workload identity concepts page JSON format. (#24255)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell authored Oct 18, 2024
1 parent 42eacc8 commit 11573fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/docs/concepts/workload-identity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand Down Expand Up @@ -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"
}
```

Expand Down

0 comments on commit 11573fb

Please sign in to comment.