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.
25 lines
242 B
HCL
25 lines
242 B
HCL
namespace "*" {
|
|
policy = "write"
|
|
capabilities = ["alloc-node-exec"]
|
|
}
|
|
|
|
agent {
|
|
policy = "write"
|
|
}
|
|
|
|
operator {
|
|
policy = "write"
|
|
}
|
|
|
|
quota {
|
|
policy = "write"
|
|
}
|
|
|
|
node {
|
|
policy = "write"
|
|
}
|
|
|
|
host_volume "*" {
|
|
policy = "write"
|
|
}
|