Merge pull request #1876 from icebourg/master
Small change: Fix permission vault requires.
This commit is contained in:
commit
5278aca191
|
@ -272,7 +272,7 @@ $ vault auth-enable aws-ec2
|
||||||
#### Configure the credentials required to make AWS API calls
|
#### Configure the credentials required to make AWS API calls
|
||||||
|
|
||||||
Note: the client uses the official AWS SDK and will use environment variable or
|
Note: the client uses the official AWS SDK and will use environment variable or
|
||||||
IAM role-provided credentials if available. The AWS credentials used require the IAM action `ec2:DescribeInstance` to be allowed.
|
IAM role-provided credentials if available. The AWS credentials used require the IAM action `ec2:DescribeInstances` to be allowed.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ vault write auth/aws-ec2/config/client secret_key=vCtSM8ZUEQ3mOFVlYPBQkf2sO6F/W7a5TVzrl3Oj access_key=VKIAJBRHKH6EVTTNXDHA
|
$ vault write auth/aws-ec2/config/client secret_key=vCtSM8ZUEQ3mOFVlYPBQkf2sO6F/W7a5TVzrl3Oj access_key=VKIAJBRHKH6EVTTNXDHA
|
||||||
|
|
Loading…
Reference in a new issue