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

Note: the client uses the official AWS SDK and will use the specified credentials, environment credentials, shared file credentials, or IAM role/ECS task credentials in that order.

{{! Root configuration details }}

Access to AWS

{{! WIF is an enterprise only feature. We default to IAM access type for community users and display only those related form fields. }} {{#if this.version.isEnterprise}}
Access Type

{{#if this.disableAccessType}} You cannot edit Access Type if you have already saved access credentials. {{else}} Choose the way to configure access to AWS. Access can be configured either with IAM access keys, or using Plugin Workload Identity Federation (WIF).{{/if}}

{{/if}} {{#if (eq this.accessType "wif")}} {{! WIF Fields }} {{#each @issuerConfig.attrs as |attr|}} {{/each}} {{else}} {{! IAM Fields }} {{/if}}
{{! Lease configuration details }}

Leases

{{#each @leaseConfig.attrs as |attr|}} {{/each}}
{{#if this.invalidFormAlert}} {{/if}}
{{#if this.saveIssuerWarning}} Are you sure?

{{this.saveIssuerWarning}}

{{/if}}