mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
vault: add jwt_backend_path agent config (#18606)
Add agent configuration to allow cluster operators to define the path where the JWT auth method backend is mounted.
This commit is contained in:
2
command/agent/testdata/basic.json
vendored
2
command/agent/testdata/basic.json
vendored
@@ -396,6 +396,7 @@
|
||||
"ttl": "3h"
|
||||
},
|
||||
"enabled": false,
|
||||
"jwt_auth_backend_path": "nomad_jwt",
|
||||
"key_file": "/path/to/key/file",
|
||||
"task_token_ttl": "1s",
|
||||
"tls_server_name": "foobar",
|
||||
@@ -409,4 +410,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user