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:
Luiz Aoqui
2023-09-28 18:02:30 -03:00
committed by GitHub
parent 5001bf4547
commit a4b29a29cb
6 changed files with 26 additions and 1 deletions

View File

@@ -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 @@
}
}
}