mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
An interactive setup helper for configuring Vault to accept Nomad WI-enabled workloads. --------- Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
6 lines
145 B
JSON
6 lines
145 B
JSON
{
|
|
"jwks_url": "http://localhost:4646/.well-known/jwks.json",
|
|
"jwt_supported_algs": ["EdDSA", "RS256"],
|
|
"default_role": "nomad-workloads"
|
|
}
|