open-vault/ui/app/templates/components/wizard/aws-engine.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

11 lines
544 B
Handlebars

<WizardSection
@headerText="AWS"
@headerIcon="aws"
@docText="Docs: AWS Secrets"
@docPath="/docs/secrets/aws/index.html"
>
<p>
The AWS Secrets Engine generates AWS access credentials dynamically based on IAM policies. This generally makes working with AWS IAM easier, since it does not involve clicking in the web UI. Additionally, the process is codified and mapped to internal Auth Methods (such as LDAP). The AWS IAM credentials are time-based and are automatically revoked when the Vault lease expires.
</p>
</WizardSection>