Files
nomad/command/asset/consul-wi-default-auth-method-config.json
Piotr Kazmierczak d69a1238cd cli: consul setup command (#18820)
An interactive setup helper for configuring Consul to accept Nomad WI-enabled workloads.

---------

Co-authored-by: Tim Gross <tgross@hashicorp.com>
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
2023-11-02 09:02:07 +01:00

12 lines
304 B
JSON

{
"JWKSURL": "http://localhost:4646/.well-known/jwks.json",
"JWTSupportedAlgs": ["ES256"],
"BoundAudiences": ["consul.io"],
"ClaimMappings": {
"nomad_namespace": "nomad_namespace",
"nomad_job_id": "nomad_job_id",
"nomad_task": "nomad_task",
"nomad_service": "nomad_service"
}
}