We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34189f1 commit 008f5a5Copy full SHA for 008f5a5
1 file changed
job.nomad.hcl
@@ -38,11 +38,13 @@ SESSION_SECRET={{ .session_secret }}
38
DATABASE_URL=postgres://dfunkt:{{ .database_password }}@postgres.dsekt.internal:5432/dfunkt
39
LOGIN_KEY={{ .login_api_key }}
40
HIVE_API_KEY={{ .hive_api_key }}
41
+OIDC_SECRET={{ .oidc_secret }}
42
{{ end }}
43
NODE_ENV=production
44
HIVE_URL=http://hive.nomad.dsekt.internal/api/v1
-LOGIN_API_URL=http://sso.nomad.dsekt.internal/legacyapi
45
-LOGIN_FRONTEND_URL=https://sso.datasektionen.se/legacyapi
+OIDC_ID=dfunkt
46
+OIDC_PROVIDER=http://sso.nomad.dsekt.internal/op
47
+REDIRECT_URL=https://dfunkt.datasektionen.se/login/callback
48
ENV
49
destination = "local/.env"
50
env = true
0 commit comments