open-consul/ui/packages/consul-ui/app/templates/dc/acls/policies/-view.hbs

13 lines
757 B
Handlebars
Raw Normal View History

<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 class="definition-table">
<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>
<TokenList @caption="Applied to the following tokens:" @items={{items}} />