github.com/outbrain/consul@v1.4.5/ui-v2/app/templates/dc/acls/policies/-view.hbs (about)

     1  <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_DOCUMENTATION_URL'}}/guides/acl.html#builtin-policies" target="_blank" rel="noopener noreferrer">documentation</a>.</p>
     2  <div>
     3    <dl>
     4      <dt>Name</dt>
     5      <dd>{{item.Name}}</dd>
     6      <dt>Valid Datacenters</dt>
     7      <dd>{{ join ', ' (policy/datacenters item)}}</dd>
     8      <dt>Description</dt>
     9      <dd>{{item.Description}}</dd>
    10    </dl>
    11  </div>
    12  {{token-list caption="Applied to the following tokens:" items=items}}