Add authentik

This commit is contained in:
Ruben Hensen
2026-03-15 00:19:31 +01:00
parent 35a17772ca
commit 7a495bb6fd
2 changed files with 111 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: authentik-secrets
spec:
secretStoreRef:
name: vault-backend
kind: ClusterSecretStore
refreshInterval: 15m
target:
name: authentik-secrets
creationPolicy: Owner
data:
- secretKey: secret_key
remoteRef:
key: kv/authentik
property: secret_key
- secretKey: bootstrap_password
remoteRef:
key: kv/authentik
property: bootstrap_password
- secretKey: bootstrap_token
remoteRef:
key: kv/authentik
property: bootstrap_token
- secretKey: postgres_password
remoteRef:
key: kv/authentik
property: postgres_password