Skip to content
Snippets Groups Projects
Commit c8aa402d authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '1116-properly-set-kratos_url' into 'main'

Properly set KRATOS_URL, add Hydra settings

Closes #1116

See merge request stackspin/stackspin!771
parents c625e3e3 13fab661
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ spec:
spec:
# renovate: registryUrl=https://open.greenhost.net/api/v4/projects/48/packages/helm/stable
chart: stackspin-dashboard
version: 0.1.2
version: 0.1.3
sourceRef:
kind: HelmRepository
name: dashboard
......
......@@ -25,7 +25,12 @@ data:
password: "${outgoing_mail_smtp_password}"
host: "${outgoing_mail_smtp_host}"
port: "${outgoing_mail_smtp_port}"
kratosUrl: single-sign-on-kratos-admin
kratosUrl: http://single-sign-on-kratos-admin
oidc:
clientId: dashboard
clientSecret: ${client_secret}
authorizationBaseUrl: "https://sso.${domain}/oauth2/auth"
tokenUrl: "https://sso.${domain}/oauth2/token"
resources:
limits:
cpu: 200m
......
......@@ -8,4 +8,4 @@ spec:
# The interval at which to check the upstream for updates
interval: 1h
# The repository URL, can be a HTTP/S or SSH address
url: https://open.greenhost.net/api/v4/projects/48/packages/helm/stable
url: https://open.greenhost.net/api/v4/projects/48/packages/helm/unstable
......@@ -174,6 +174,9 @@ Wekan still doesnt support OIDC redirects (https://github.com/wekan/wekan/issues
const dashboardUrl = 'https://dashboard.' + domain
console.log('• Dashboard at ' + dashboardUrl)
await goto(dashboardUrl)
await sso_login_if_needed('Sign in')
await assert.ok(await text('Dashboard').exists())
await assert.ok(await text('Quick access').exists())
}
// Zulip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment