{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }}

Role settings

{{#if this.settingFields}}
{{#each this.settingFields as |attr|}} {{#if (and (eq @mode "edit") (includes attr.name (array "skip_import_rotation" "username")))}} {{#if (eq attr.name "skip_import_rotation")}} {{else}} {{/if}} {{else if (and (eq @mode "edit") (eq attr.name "password"))}} {{else}} {{#if (and (eq attr.name "skip_import_rotation") this.isOverridden)}} Warning This will override the connection default for this role. {{/if}} {{/if}} {{/each}}
{{else}} {{/if}}
{{! template-lint-configure simple-unless "warn" }} {{#unless (and @roleType (not this.statementFields))}}

Statements

{{#if this.statementFields}}
{{#each this.statementFields as |attr|}} {{/each}}
{{else}} {{/if}}
{{/unless}}