Skip to content

Commit

Permalink
EW-129 Activating Keycloak in production (#684)
Browse files Browse the repository at this point in the history
* Activates flag for mongo keycloak sync

* cleans up obsolete feature flags
  • Loading branch information
WahlMartin authored Oct 30, 2023
1 parent 7ede652 commit e32f295
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ configuration_all:
client: false
nuxtclient: false
FEATURE_IDENTITY_MANAGEMENT_STORE_ENABLED:
value: "false"
value: "true"
server: true
client: false
nuxtclient: false
Expand Down
3 changes: 1 addition & 2 deletions ansible/group_vars/develop/erwin-idm.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
ERWINIDM_PREFIX: idm-
ERWINIDM_SERVICE_MONITOR: true
ERWINIDM_PREFIX: idm-
2 changes: 0 additions & 2 deletions ansible/group_vars/production/erwin-idm.yml

This file was deleted.

3 changes: 0 additions & 3 deletions ansible/group_vars/reference/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ ES_DOMAIN: https://repository.sc-staging-edusharing.dbildungscloud.org

H5P_FRAME_SRC_URLS: "https://rendering.services.sc-staging-edusharing.dbildungscloud.org/"

FEATURE_IDENTITY_MANAGEMENT_ENABLED: "true"
FEATURE_IDENTITY_MANAGEMENT_STORE_ENABLED: "true"

BETTERMARKS_CSP_URL: "https://apps-ci00.bettermarks.com"

0 comments on commit e32f295

Please sign in to comment.