11 lines
198 B
JSON
11 lines
198 B
JSON
|
|
{
|
||
|
|
"acl" : {
|
||
|
|
"tokens": {
|
||
|
|
{% if consul_server %}
|
||
|
|
"dns": "{{ consul_out_dns_token.token.SecretID }}",
|
||
|
|
{% endif %}
|
||
|
|
"default": "{{ consul_out_agent_token.token.SecretID }}"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|