Have nomad talk to vault over loopback
This commit is contained in:
parent
3d3cc25951
commit
226eb6cb05
@ -377,7 +377,9 @@
|
||||
# until Nomad has started. Could maybe figure out if ACLs have been set up and leave
|
||||
# these out until the later play, maybe just bootstrap the nomad-cluster role in Vault
|
||||
# befor Nomad is set up
|
||||
nomad_vault_address: "http://vault.service.consul:8200"
|
||||
# nomad_vault_address: "http://vault.service.consul:8200"
|
||||
# Only talk to local Vault for now because it doesn't have HTTPS
|
||||
nomad_vault_address: "http://127.0.0.1:8200"
|
||||
nomad_vault_create_from_role: "nomad-cluster"
|
||||
# TODO: Probably want to restict this to a narrower scoped token
|
||||
nomad_vault_enabled: "{{ root_token is defined }}"
|
||||
|
Loading…
Reference in New Issue
Block a user