feat: add pki for k8s

- add pki for k8s
- add policy to manage k8s/*/roles/*
This commit is contained in:
2025-01-27 14:50:51 +11:00
parent cd9c006203
commit 9b9afdce58
5 changed files with 139 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
path "k8s/+/roles/*" {
capabilities = ["create", "update", "read", "delete", "list"]
}