REFACTOR(authelia): remove OIDC config files

- Remove OIDC configuration files
- Clean up unused configurations
This commit is contained in:
2026-01-01 22:34:55 +09:00
parent cb4492f277
commit 2ce3a296ae
2 changed files with 0 additions and 35 deletions

View File

@@ -1,7 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- vault/authelia-secrets.yaml
- ingress.yaml - ingress.yaml
- middleware.yaml - middleware.yaml
- config.yaml - config.yaml

View File

@@ -1,34 +0,0 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: authelia-secrets
namespace: authelia
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: vault-backend
target:
name: authelia-secrets
creationPolicy: Owner
data:
- secretKey: jwt.token
remoteRef:
key: cluster-infrastructure/authelia
property: JWT_SECRET
- secretKey: session.encryption.key
remoteRef:
key: cluster-infrastructure/authelia
property: SESSION_SECRET
- secretKey: storage.encryption.key
remoteRef:
key: cluster-infrastructure/authelia
property: STORAGE_ENCRYPTION_KEY
- secretKey: identity_validation.reset_password.jwt.hmac.key
remoteRef:
key: cluster-infrastructure/authelia
property: JWT_SECRET
- secretKey: storage.postgres.password.txt
remoteRef:
key: databases/postgresql
property: PASSWORD