mirror of
https://github.com/status-im/consul.git
synced 2025-01-25 05:00:32 +00:00
44c2da3518
Right now we only use CONSUL_DOCS_URL, the others are for future usage
13 lines
727 B
Handlebars
13 lines
727 B
Handlebars
<p class="notice policy-management"><strong>Management</strong> This global-management token is built into Consul's policy system. You can apply this special policy to tokens for full access. This policy is not editable or removeable, but can be ignored by not applying it to any tokens. Learn more in our <a href="{{env 'CONSUL_DOCS_URL'}}/guides/acl.html#builtin-policies" target="_blank" rel="noopener noreferrer">documentation</a>.</p>
|
|
<div>
|
|
<dl>
|
|
<dt>Name</dt>
|
|
<dd>{{item.Name}}</dd>
|
|
<dt>Valid Datacenters</dt>
|
|
<dd>{{ join ', ' (policy/datacenters item)}}</dd>
|
|
<dt>Description</dt>
|
|
<dd>{{item.Description}}</dd>
|
|
</dl>
|
|
</div>
|
|
{{token-list caption="Applied to the following tokens:" items=items}}
|