Files
nomad/command/asset/vault-wi-default-auth-method-config.json
Piotr Kazmierczak 7c6863b479 cli: setup vault command (#18910)
An interactive setup helper for configuring Vault to accept Nomad WI-enabled
workloads.

---------

Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
2023-11-07 10:42:00 +01:00

6 lines
145 B
JSON

{
"jwks_url": "http://localhost:4646/.well-known/jwks.json",
"jwt_supported_algs": ["EdDSA", "RS256"],
"default_role": "nomad-workloads"
}