apps: issue adjustments
This commit is contained in:
parent
087a3be229
commit
be363e87ee
|
@ -16,6 +16,6 @@ spec:
|
||||||
- code
|
- code
|
||||||
scope: "openid profile email stackspin_roles"
|
scope: "openid profile email stackspin_roles"
|
||||||
secretName: stackspin-gitea-oauth-variables
|
secretName: stackspin-gitea-oauth-variables
|
||||||
#redirectUris:
|
redirectUris:
|
||||||
# - https://dev.${domain}/oauth/openid/
|
- https://dev.${domain}/user/oauth2/Stackspin/callback
|
||||||
tokenEndpointAuthMethod: client_secret_post
|
tokenEndpointAuthMethod: client_secret_post
|
||||||
|
|
|
@ -15,7 +15,7 @@ data:
|
||||||
# https://vikunja.io/docs/config-options/#openid
|
# https://vikunja.io/docs/config-options/#openid
|
||||||
# Example: https://github.com/go-vikunja/api/blob/main/config.yml.sample#L289-L312
|
# Example: https://github.com/go-vikunja/api/blob/main/config.yml.sample#L289-L312
|
||||||
enabled: true
|
enabled: true
|
||||||
redirecturl: "https://do.${domain}/auth/openid/stackspin"
|
redirecturl: "https://do.${domain}/auth/openid/"
|
||||||
providers:
|
providers:
|
||||||
- name: Stackspin
|
- name: Stackspin
|
||||||
authurl: "https://sso.${domain}/"
|
authurl: "https://sso.${domain}/"
|
||||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: suitecrm
|
chart: suitecrm
|
||||||
version: 8.1.2
|
version: 11.1.8
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: bitnami
|
name: bitnami
|
||||||
|
|
Loading…
Reference in New Issue