Address review feedback

This commit is contained in:
vishalnayak 2016-06-01 10:36:58 -04:00
parent 2265d1a890
commit 386abbad9e
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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