Add AWS auth and secret docs
Add docs to README explaining how to enable and use aws auth and aws client secrets.
This commit is contained in:
13
aws/vault_auth_trust_policy.json
Normal file
13
aws/vault_auth_trust_policy.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Sid": "",
|
||||
"Effect": "Allow",
|
||||
"Principal": {
|
||||
"Service": "ec2.amazonaws.com"
|
||||
},
|
||||
"Action": "sts:AssumeRole"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user