This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
path "secret/*" {
|
||||
capabilities = [ "read" ]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
path "secret/*" {
|
||||
capabilities = [ "create", "read", "update", "delete", "list", "patch" ]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
path "*" {
|
||||
capabilities = ["list", "read"]
|
||||
}
|
||||
|
||||
path "secrets/data/*" {
|
||||
capabilities = ["create", "read", "update", "delete", "list"]
|
||||
}
|
||||
|
||||
path "kv/data/*" {
|
||||
capabilities = ["create", "read", "update", "delete", "list"]
|
||||
}
|
||||
|
||||
|
||||
path "secret/data/*" {
|
||||
capabilities = ["create", "read", "update", "delete", "list"]
|
||||
}
|
||||
|
||||
path "auth/token/create" {
|
||||
capabilities = ["create", "read", "update", "list"]
|
||||
}
|
||||
Reference in New Issue
Block a user