Skip to content
Snippets Groups Projects
Commit 110eacc3 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update the local/dev keycloak realm

parent 05a756a9
No related branches found
No related tags found
No related merge requests found
Pipeline #53060 failed
......@@ -18,7 +18,7 @@ APP_SECRET=
# KEYCLOAK
KEYCLOAK_SERVER_URL=https://auth-dev.tugraz.at/auth
KEYCLOAK_REALM=tugraz
KEYCLOAK_REALM=tugraz-vpu
KEYCLOAK_FRONTEND_CLIENT_ID=auth-dev-mw-frontend-local
# If not empty gets used to check if the access token got issued
# for this audience ('api-gw' for example)
......
......@@ -36,6 +36,7 @@ host('development')
->set('APP_ENV', 'prod')
->set('APP_DEBUG', '0')
->set('KEYCLOAK_SERVER_URL', 'https://auth-dev.tugraz.at/auth')
->set('KEYCLOAK_REALM', 'tugraz-vpu')
->set('KEYCLOAK_CLIENT_ID', 'auth-dev-mw-dev')
->set('KEYCLOAK_FRONTEND_CLIENT_ID', 'auth-dev-mw-frontend')
->set('rsync', $rsync_config)
......@@ -52,6 +53,7 @@ task('build-custom', function () {
'APP_ENV' => $APP_ENV,
'APP_DEBUG' => get('APP_DEBUG'),
'KEYCLOAK_SERVER_URL' => get('KEYCLOAK_SERVER_URL'),
'KEYCLOAK_REALM' => get('KEYCLOAK_REALM'),
'KEYCLOAK_CLIENT_ID' => get('KEYCLOAK_CLIENT_ID'),
'KEYCLOAK_FRONTEND_CLIENT_ID' => get('KEYCLOAK_FRONTEND_CLIENT_ID'),
];
......
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