fix(authentik): fix UI for nested subquestions (#4005)

This commit is contained in:
Stavros Kois
2022-10-05 09:45:53 +03:00
committed by GitHub
parent 9f588f5e46
commit 842d1ec9fa
2 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://github.com/goauthentik/authentik - https://github.com/goauthentik/authentik
- https://goauthentik.io/docs/ - https://goauthentik.io/docs/
version: 7.1.2 version: 7.1.3
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- authentication - authentication
+12 -6
View File
@@ -247,7 +247,8 @@ questions:
description: "URL of your Authentik server. (e.g. https://auth.domain.com)" description: "URL of your Authentik server. (e.g. https://auth.domain.com)"
schema: schema:
type: string type: string
required: true # TODO: Make them required again once Scale stable supports nested subquestions
# required: true
default: "" default: ""
- variable: insecure - variable: insecure
label: Insecure label: Insecure
@@ -269,7 +270,8 @@ questions:
schema: schema:
type: string type: string
private: true private: true
required: true # TODO: Make them required again once Scale stable supports nested subquestions
# required: true
default: "" default: ""
- variable: overrideBrowserHost - variable: overrideBrowserHost
label: Override Host Browser label: Override Host Browser
@@ -284,7 +286,8 @@ questions:
description: URL to use in the browser, when it differs from << host >> description: URL to use in the browser, when it differs from << host >>
schema: schema:
type: string type: string
required: true # TODO: Make them required again once Scale stable supports nested subquestions
# required: true
default: "" default: ""
- variable: proxy - variable: proxy
label: Proxy label: Proxy
@@ -311,7 +314,8 @@ questions:
description: "URL of your Authentik server. (e.g. https://auth.domain.com)" description: "URL of your Authentik server. (e.g. https://auth.domain.com)"
schema: schema:
type: string type: string
required: true # TODO: Make them required again once Scale stable supports nested subquestions
# required: true
default: "" default: ""
- variable: insecure - variable: insecure
label: Insecure label: Insecure
@@ -333,7 +337,8 @@ questions:
schema: schema:
type: string type: string
private: true private: true
required: true # TODO: Make them required again once Scale stable supports nested subquestions
# required: true
default: "" default: ""
- variable: overrideBrowserHost - variable: overrideBrowserHost
label: Override Host Browser label: Override Host Browser
@@ -348,7 +353,8 @@ questions:
description: URL to use in the browser, when it differs from << host >> description: URL to use in the browser, when it differs from << host >>
schema: schema:
type: string type: string
required: true # TODO: Make them required again once Scale stable supports nested subquestions
# required: true
default: "" default: ""
- variable: geoip - variable: geoip
group: Container Configuration group: Container Configuration