feat: add incus-cluster role/policies

- add policy and role to manage incus cluster join tokens
This commit is contained in:
2025-01-06 23:14:35 +11:00
parent aa518c1b44
commit 12e04b3db7
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,3 @@
path "kv/data/service/incus/cluster-join-tokens" {
capabilities = ["create", "read", "update", "delete"]
}