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

     1  <p>
     2    The Access Control List (ACL) system, which controls permissions for this UI, is enabled for this cluster. Your token ID will be saved locally and persist through visits.
     3  </p>
     4  <form>
     5      <fieldset>
     6          <label class="type-text">
     7              <span>SecretID or Token</span>
     8              {{input type='password' value=secret name="secret" placeholder="SecretID or Token"}}
     9          </label>
    10      </fieldset>
    11      {{! authorize is in the routes/dc/acls.js route }}
    12      <button type="submit" {{action 'authorize' secret}}>Save</button>
    13  </form>