727277793b
Provisions vault with the policies described in the Nomad Vault integration guide, and drops a configuration file for Nomad vault server configuration with its token. The vault root token is exposed to the E2E runner so that tests can write additional policies to vault.
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"disallowed_policies": "nomad-server",
|
|
"token_explicit_max_ttl": 0,
|
|
"name": "nomad-cluster",
|
|
"orphan": true,
|
|
"token_period": 259200,
|
|
"renewable": true
|
|
}
|