add authentik vault policies
This commit is contained in:
6
vault/kubernetes-roles/authentik.yaml
Normal file
6
vault/kubernetes-roles/authentik.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
bound_service_account_names:
|
||||||
|
- authentik-secret
|
||||||
|
bound_service_account_namespaces:
|
||||||
|
- authentik
|
||||||
|
token_policies:
|
||||||
|
- authentik
|
||||||
3
vault/policy/authentik.hcl
Normal file
3
vault/policy/authentik.hcl
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
path "secret/data/authentik" {
|
||||||
|
capabilities = ["read"]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user