open-vault/builtin/logical/nomad
Conor Mongey 9c294f1ef0
Bootstrap Nomad ACL system if no token is given (#12451)
* Bootstrap Nomad ACL system if no token is given

Similar to the [Bootstrap the Consul ACL system if no token is given][boostrap-consul]
it would be very useful to bootstrap Nomads ACL system and manage it in
Vault.

[boostrap-consul]:https://github.com/hashicorp/vault/pull/10751

* Add changelog entry

* Remove debug log line

* Remove redundant else

* Rename Nomad acl bootstrap param

* Replace sleep with attempt to list nomad leader, setup will retry until successful

* fmt
2022-04-20 11:06:25 -07:00
..
cmd/nomad Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend.go Bootstrap Nomad ACL system if no token is given (#12451) 2022-04-20 11:06:25 -07:00
backend_test.go Bootstrap Nomad ACL system if no token is given (#12451) 2022-04-20 11:06:25 -07:00
path_config_access.go Bootstrap Nomad ACL system if no token is given (#12451) 2022-04-20 11:06:25 -07:00
path_config_lease.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_creds_create.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_roles.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
secret_token.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00