c152774997
This PR removes enforcement that the Vault token role disallows orphaned tokens and recommends orphaned tokens to simplify the bootstrapping/upgrading of Nomad clusters. The requirement that Nomad's Vault token never expire and be shared by all instances of Nomad servers is not operationally friendly.
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"disallowed_policies": "nomad-server",
|
|
"explicit_max_ttl": 0,
|
|
"name": "nomad-cluster",
|
|
"orphan": true,
|
|
"period": 259200,
|
|
"renewable": true
|
|
}
|