open-vault/ui/app/templates/components/wizard/aws-method.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
508 B
Handlebars

<WizardSection
@headerText="AWS"
@headerIcon="aws"
@docText="Docs: AWS Authentication"
@docPath="/docs/auth/aws.html"
>
<p>
The AWS Auth Method provides an automated mechanism to retrieve a Vault token for AWS EC2 instances and IAM principals. Unlike most Vault Auth Methods, this method does not require manual first-deploying, or provisioning security-sensitive credentials (tokens, username/password, client certificates, etc), by operators under many circumstances.
</p>
</WizardSection>