mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
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>
12 lines
304 B
JSON
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"
|
|
}
|
|
}
|