fix: typo in credentials template preventing from generating the initial credential file
All checks were successful
development / Check commit compliance (push) Successful in 6s
All checks were successful
development / Check commit compliance (push) Successful in 6s
This commit is contained in:
parent
393516f03b
commit
c9241b9e92
@ -5,7 +5,7 @@ consul:
|
|||||||
secret_id: "{{ _consul_root_token }}"
|
secret_id: "{{ _consul_root_token }}"
|
||||||
tokens:
|
tokens:
|
||||||
agent:
|
agent:
|
||||||
accessor_id: "{{ _consul_agents_accesor }}"
|
accessor_id: "{{ _consul_agents_accessor }}"
|
||||||
secret_id: "{{ _consul_agents_token }}"
|
secret_id: "{{ _consul_agents_token }}"
|
||||||
vault:
|
vault:
|
||||||
accessor_id: "{{ _consul_vault_accessor }}"
|
accessor_id: "{{ _consul_vault_accessor }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user