fix(authentik): fix UI for nested subquestions (#4005)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user