From 6ca508faac32b2d9809f0aeca14e01d59318b06d Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 3 Sep 2021 15:54:52 +0700 Subject: [PATCH] Revert "Replace authelia with authentik" This reverts commit 2697ee5d4b1581544cb1fbd2277e863179b73024. --- platform/authelia/Chart.yaml | 7 +++++++ platform/authelia/values.yaml | 26 ++++++++++++++++++++++++++ platform/authentik/Chart.yaml | 7 ------- platform/authentik/values.yaml | 21 --------------------- 4 files changed, 33 insertions(+), 28 deletions(-) create mode 100644 platform/authelia/Chart.yaml create mode 100644 platform/authelia/values.yaml delete mode 100644 platform/authentik/Chart.yaml delete mode 100644 platform/authentik/values.yaml diff --git a/platform/authelia/Chart.yaml b/platform/authelia/Chart.yaml new file mode 100644 index 00000000..6738d97d --- /dev/null +++ b/platform/authelia/Chart.yaml @@ -0,0 +1,7 @@ +apiVersion: v2 +name: authelia +version: 0.5.6 +dependencies: +- name: authelia + version: 0.5.6 + repository: https://charts.authelia.com diff --git a/platform/authelia/values.yaml b/platform/authelia/values.yaml new file mode 100644 index 00000000..4c28ac25 --- /dev/null +++ b/platform/authelia/values.yaml @@ -0,0 +1,26 @@ +# TODO use redis and postgres when available +authelia: + pod: + kind: StatefulSet + configMap: + authentication_backend: + ldap: + enabled: false + file: + enabled: true + password: + algorithm: sha512 + iterations: 100000 + session: + redis: + enabled: false + storage: + local: + enabled: true + postgres: + enabled: false + notifier: + filesystem: + enabled: true + smtp: + enabled: false diff --git a/platform/authentik/Chart.yaml b/platform/authentik/Chart.yaml deleted file mode 100644 index 28a96a06..00000000 --- a/platform/authentik/Chart.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v2 -name: authentik -version: 2.2.0 -dependencies: -- name: authentik - version: 2.2.0 - repository: https://charts.goauthentik.io diff --git a/platform/authentik/values.yaml b/platform/authentik/values.yaml deleted file mode 100644 index 64fb1f5a..00000000 --- a/platform/authentik/values.yaml +++ /dev/null @@ -1,21 +0,0 @@ -authentik: - authentik: - secret_key: "PleaseGenerateA50CharLul" - error_reporting: - enabled: false - postgresql: - password: "yesiknowthisisnotsecurejustfortesting" - - ingress: - enabled: true - hosts: - - host: authentik.khuedoan.com - paths: - - path: "/" - pathType: Prefix - - postgresql: - enabled: true - postgresqlPassword: "yesiknowthisisnotsecurejustfortesting" - redis: - enabled: true