{{#if isAuthorized }} {{#if create}} {{title 'New Token'}} {{else}} {{title 'Edit Token'}} {{/if}} {{else}} {{title 'Access Controls'}} {{/if}} {{partial 'dc/acls/tokens/notifications'}} {{partial 'dc/acls/disabled'}} {{partial 'dc/acls/authorization'}}
  1. All Tokens

{{#if isAuthorized }} {{#if create }} New Token {{else}} Edit Token {{/if}} {{else}} Access Controls {{/if}}

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

{{message}}

{{/if}} {{#if (not (token/is-legacy 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'}}