Skip to content

Commit

Permalink
Different cookie name default; same apisix/keycloak passwords as lear…
Browse files Browse the repository at this point in the history
…n-ai
  • Loading branch information
mbertrand committed Feb 24, 2025
1 parent 0429a91 commit 4d26f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion env/backend.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CSRF_TRUSTED_ORIGINS='["http://open.odl.local:8062", "http://api.open.odl.local:
CSRF_COOKIE_DOMAIN=open.odl.local
CSRF_COOKIE_SECURE=False
MITOL_COOKIE_DOMAIN=open.odl.local
MITOL_COOKIE_NAME=discussions
MITOL_COOKIE_NAME=mitlearn


DEBUG=True
Expand Down
4 changes: 2 additions & 2 deletions env/backend.local.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# APISIX/Keycloak settings
APISIX_LOGOUT_URL=http://api.open.odl.local:8065/logout
APISIX_SESSION_SECRET_KEY=
APISIX_SESSION_SECRET_KEY=supertopsecret1234
KC_SPI_THEME_WELCOME_THEME=scim
KC_SPI_REALM_RESTAPI_EXTENSION_SCIM_LICENSE_KEY=
KEYCLOAK_BASE_URL=http://kc.ol.local:8066
Expand All @@ -31,7 +31,7 @@ KEYCLOAK_CLIENT_SECRET=HckCZXToXfaetbBx0Fo3xbjnC468oMi4 # pragma: allowlist-secr
KEYCLOAK_DISCOVERY_URL=http://kc.ol.local:8066/realms/ol-local/.well-known/openid-configuration
KEYCLOAK_REALM_NAME=ol-local
KEYCLOAK_SCOPES="openid profile ol-profile"
KEYCLOAK_SVC_KEYSTORE_PASSWORD=
KEYCLOAK_SVC_KEYSTORE_PASSWORD=supertopsecret1234
KEYCLOAK_SVC_HOSTNAME=kc.ol.local
KEYCLOAK_SVC_ADMIN=admin
KEYCLOAK_SVC_ADMIN_PASSWORD=admin
Expand Down

0 comments on commit 4d26f13

Please sign in to comment.