0ccc8467ec
Adds replication engine and core in-repo addon
11 lines
544 B
Handlebars
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>
|