mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 14:21:31 +01:00
Fix incorrect sample URL in aws-ec2 docs
This commit is contained in:
parent
ebea1b7de8
commit
487a96fa17
@ -319,7 +319,7 @@ pkcs7=MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAaCAJIAEggGmew
|
||||
#### Enable AWS EC2 authentication in Vault.
|
||||
|
||||
```
|
||||
curl -X POST -H "x-vault-token:123" "http://127.0.0.1:8200/v1/sys/auth/aws" -d '{"type":"aws-ec2"}'
|
||||
curl -X POST -H "x-vault-token:123" "http://127.0.0.1:8200/v1/sys/auth/aws-ec2" -d '{"type":"aws-ec2"}'
|
||||
```
|
||||
|
||||
#### Configure the credentials required to make AWS API calls.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user