{{#if (eq loader.error.status '401')}} {{else}} {{/if}} {{#let route.params.dc route.params.partition route.params.nspace loader.data loader.data.isNew as |dc partition nspace item create|}}
  1. All Tokens

{{#if create}} {{else}} {{/if}}

{{#if (not create)}} {{#if (not-eq item.AccessorID token.AccessorID)}}

{{message}}

{{/if}} {{#if (can "duplicate token" item=item)}} {{/if}} {{/if}}
{{#if (token/is-legacy item)}}

Update

We have upgraded our ACL system by allowing you to create reusable policies which you can then apply to tokens. Don't worry, even though this token was written in the old style, it is still valid. However, we do recommend upgrading your old tokens to the new style. Learn how in our documentation.

{{/if}} {{#if (not create) }}
AccessorID
{{item.AccessorID}}
Token
{{item.SecretID}}
{{#if (and (not (token/is-legacy item)) (not create))}}
Scope
{{if item.Local 'local' 'global' }}
{{/if}}
{{/if}} {{ partial 'dc/acls/tokens/form'}}
{{/let}}