Private
Public Access
2
0

consul: ACL, policies, tokens

This commit is contained in:
2026-02-06 17:36:15 +03:00
parent 67cea2f19e
commit 33fa678a40
7 changed files with 234 additions and 69 deletions

View File

@@ -0,0 +1,10 @@
{
"acl" : {
"tokens": {
{% if consul_server %}
"dns": "{{ consul_out_dns_token.token.SecretID }}",
{% endif %}
"default": "{{ consul_out_agent_token.token.SecretID }}"
}
}
}