mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
In order to correctly handle Consul namespaces, auth methods and binding rules must always be created in the default namespace only. --------- Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
17 lines
364 B
JSON
17 lines
364 B
JSON
{
|
|
"JWKSURL": "http://localhost:4646/.well-known/jwks.json",
|
|
"JWTSupportedAlgs": [
|
|
"ES256"
|
|
],
|
|
"BoundAudiences": [
|
|
"consul.io"
|
|
],
|
|
"ClaimMappings": {
|
|
"consul_namespace": "consul_namespace",
|
|
"nomad_namespace": "nomad_namespace",
|
|
"nomad_job_id": "nomad_job_id",
|
|
"nomad_task": "nomad_task",
|
|
"nomad_service": "nomad_service"
|
|
}
|
|
}
|