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:
7
policies/aws_wireguard.hcl
Normal file
7
policies/aws_wireguard.hcl
Normal file
@@ -0,0 +1,7 @@
|
||||
path "secret/data/wireguard/aws/*" {
|
||||
capabilities = ["read", "list"]
|
||||
}
|
||||
|
||||
path "secret/metadata/wireguard/aws/*" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
@@ -29,3 +29,7 @@ path "ssh-host-signer/sign/*" {
|
||||
path "ssh-host-signer/roles/*" {
|
||||
capabilities = ["create", "read", "update", "delete", "list"]
|
||||
}
|
||||
|
||||
path "aws/*" {
|
||||
capabilities = ["create", "read", "update", "delete", "list"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user