{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}} {{#if this.showEnable}} {{#let (find-by "type" @mountModel.type @mountTypes) as |typeInfo|}} {{#if (eq @mountType "secret")}} {{concat "Enable " typeInfo.displayName " Secrets Engine"}} {{else}} {{concat "Enable " typeInfo.displayName " Authentication Method"}} {{/if}} {{/let}} {{else if (eq @mountType "secret")}} Enable a Secrets Engine {{else}} Enable an Authentication Method {{/if}}