Skip to content
Snippets Groups Projects
Commit a59a74b3 authored by xeruf's avatar xeruf
Browse files

apps: parametrize variables

parent 5a0a5002
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,5 @@ spec:
scope: "openid profile email stackspin_roles"
secretName: stackspin-gitea-oauth-variables
#redirectUris:
# - https://dev.ftt.gmbh/oauth/openid/
# - https://dev.${domain}/oauth/openid/
#tokenEndpointAuthMethod: client_secret_post
......@@ -11,19 +11,19 @@ data:
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: "dev.ftt.gmbh"
- host: "dev.${domain}"
paths:
- path: /
pathType: Prefix
tls:
- secretName: gitea-tls
hosts:
- "dev.ftt.gmbh"
- "dev.${domain}"
gitea:
oauth:
- name: Stackspin
provider: 'openidConnect'
key: "${client_id}"
secret: "${client_secret}"
customAuthUrl: "https://sso.ftt.gmbh"
customAuthUrl: "https://sso.${domain}"
#autoDiscoverUrl: 'https://gitea.example.com/.well-known/openid-configuration'
......@@ -17,5 +17,5 @@ spec:
scope: "openid profile email stackspin_roles"
secretName: stackspin-vikunja-oauth-variables
redirectUris:
- https://do.ftt.gmbh/oauth/openid/
- https://do.${domain}/oauth/openid/
tokenEndpointAuthMethod: client_secret_post
......@@ -17,8 +17,8 @@ data:
enabled: true
providers:
- name: Stackspin
authurl: "https://sso.ftt.gmbh"
clientid: vikunja
authurl: "https://sso.${domain}/"
clientid: "${client_id}"
clientsecret: "${client_secret}"
local:
enabled: false
......@@ -29,11 +29,11 @@ data:
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: "do.ftt.gmbh"
- host: "do.${domain}"
paths:
- path: /
pathType: Prefix
tls:
- secretName: vikunja
hosts:
- "do.ftt.gmbh"
- "do.${domain}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment