add authentik db

This commit is contained in:
2025-06-07 20:44:50 -04:00
parent 96707e0dfb
commit 55a2cfcf38
2 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: authentik-auth
spec:
data:
- remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: cloudnativepg
metadataPolicy: None
property: authentik_pw
secretKey: password
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: weyma-vault
target:
template:
data:
username: authentik
password: "{{ .password }}"
creationPolicy: Owner
deletionPolicy: Retain
name: authentik-auth

View File

@@ -35,4 +35,10 @@ spec:
login: true
superuser: true
passwordSecret:
name: williamp-auth
name: williamp-auth
- name: authentik
ensure: present
comment: authentik
login: true
passwordSecret:
name: authentik-auth