Private
Public Access
2
0
Files

11 lines
198 B
JSON
Raw Permalink Normal View History

2026-02-06 17:36:15 +03:00
{
"acl" : {
"tokens": {
{% if consul_server %}
"dns": "{{ consul_out_dns_token.token.SecretID }}",
{% endif %}
"default": "{{ consul_out_agent_token.token.SecretID }}"
}
}
}