Add policies for namecheap/acme/wallabag

This commit is contained in:
Amarpreet Minhas 2022-07-02 14:57:31 -04:00
parent d18224a7b9
commit 4040df94e3
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
path "kv/data/acme" {
capabilities = ["read"]
}
path "kv/data/namecheap" {
capabilities = ["read"]
}

View file

@ -0,0 +1,3 @@
path "kv/data/wallabag" {
capabilities = ["read"]
}