2022-12-18 00:16:37 +01:00
|
|
|
apiVersion: external-secrets.io/v1beta1
|
2022-12-15 14:59:38 +01:00
|
|
|
kind: ExternalSecret
|
|
|
|
metadata:
|
|
|
|
name: ext-authentik
|
|
|
|
namespace: authentik
|
|
|
|
spec:
|
|
|
|
secretStoreRef:
|
2022-12-18 00:22:14 +01:00
|
|
|
name: secret-store
|
|
|
|
kind: ClusterSecretStore
|
2022-12-15 14:59:38 +01:00
|
|
|
target:
|
|
|
|
name: authentik-secret
|
|
|
|
data:
|
|
|
|
- secretKey: AUTHENTIK_SECRET_KEY
|
|
|
|
remoteRef:
|
|
|
|
key: authentik/authentik
|
|
|
|
property: secret_key
|
2022-12-15 15:44:32 +01:00
|
|
|
---
|
2022-12-18 00:16:37 +01:00
|
|
|
apiVersion: external-secrets.io/v1beta1
|
2022-12-15 15:44:32 +01:00
|
|
|
kind: ExternalSecret
|
|
|
|
metadata:
|
|
|
|
name: ext-authentik-psql
|
|
|
|
namespace: authentik
|
|
|
|
spec:
|
|
|
|
secretStoreRef:
|
2022-12-18 02:05:57 +01:00
|
|
|
name: secret-store
|
|
|
|
kind: ClusterSecretStore
|
2022-12-15 15:44:32 +01:00
|
|
|
target:
|
|
|
|
name: postgres-secret
|
|
|
|
data:
|
|
|
|
- secretKey: password
|
|
|
|
remoteRef:
|
|
|
|
key: authentik/postgres
|
2022-12-17 03:12:52 +01:00
|
|
|
property: password
|