mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
Address review feedback
This commit is contained in:
parent
2265d1a890
commit
386abbad9e
@ -160,7 +160,7 @@ func (b *backend) periodicFunc(req *logical.Request) error {
|
||||
}
|
||||
|
||||
const backendHelp = `
|
||||
AWS-EC2 auth backend takes in PKCS#7 signature of an AWS EC2 instance and a client
|
||||
aws-ec2 auth backend takes in PKCS#7 signature of an AWS EC2 instance and a client
|
||||
created nonce to authenticates the EC2 instance with Vault.
|
||||
|
||||
Authentication is backed by a preconfigured role in the backend. The role
|
||||
|
||||
@ -3,12 +3,12 @@ layout: "docs"
|
||||
page_title: "Auth Backend: AWS-EC2"
|
||||
sidebar_current: "docs-auth-aws-ec2"
|
||||
description: |-
|
||||
The AWS-EC2 backend allows automated authentication of AWS EC2 instances.
|
||||
The aws-ec2 backend allows automated authentication of AWS EC2 instances.
|
||||
---
|
||||
|
||||
# Auth Backend: aws-ec2
|
||||
|
||||
The AWS-EC2 auth backend provides a secure introduction mechanism for AWS EC2
|
||||
The aws-ec2 auth backend provides a secure introduction mechanism for AWS EC2
|
||||
instances, allowing automated retrieval of a Vault token. Unlike most Vault
|
||||
authentication backends, this backend does not require first-deploying, or
|
||||
provisioning security-sensitive credentials (tokens, username/password, client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user