From 842d1ec9fa199ab6e234e041474426e779d3a9f4 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 5 Oct 2022 09:45:53 +0300 Subject: [PATCH] fix(authentik): fix UI for nested subquestions (#4005) --- charts/stable/authentik/Chart.yaml | 2 +- charts/stable/authentik/questions.yaml | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 3d03abb3bda..80a11d73b59 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/goauthentik/authentik - https://goauthentik.io/docs/ -version: 7.1.2 +version: 7.1.3 annotations: truecharts.org/catagories: | - authentication diff --git a/charts/stable/authentik/questions.yaml b/charts/stable/authentik/questions.yaml index 83dbe26539a..086e15d506c 100644 --- a/charts/stable/authentik/questions.yaml +++ b/charts/stable/authentik/questions.yaml @@ -247,7 +247,8 @@ questions: description: "URL of your Authentik server. (e.g. https://auth.domain.com)" schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: insecure label: Insecure @@ -269,7 +270,8 @@ questions: schema: type: string private: true - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: overrideBrowserHost label: Override Host Browser @@ -284,7 +286,8 @@ questions: description: URL to use in the browser, when it differs from << host >> schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: proxy label: Proxy @@ -311,7 +314,8 @@ questions: description: "URL of your Authentik server. (e.g. https://auth.domain.com)" schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: insecure label: Insecure @@ -333,7 +337,8 @@ questions: schema: type: string private: true - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: overrideBrowserHost label: Override Host Browser @@ -348,7 +353,8 @@ questions: description: URL to use in the browser, when it differs from << host >> schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: geoip group: Container Configuration