Skip to content

Commit

Permalink
use separate web config with ocis-keycloak setup
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Mar 22, 2024
1 parent bc05bfa commit e5dbdb9
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 520 deletions.
2 changes: 2 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dir = {
"app": "/srv/app",
"config": "/srv/config",
"ocisConfig": "/srv/config/drone/config-ocis.json",
"webKeycloakConfig": "/srv/config/drone/web-keycloak.json",
"ocisIdentifierRegistrationConfig": "/srv/config/drone/identifier-registration.yml",
"ocisRevaDataRoot": "/srv/app/tmp/ocis/owncloud/data/",
"testingDataDir": "/srv/app/testing/data/",
Expand Down Expand Up @@ -1228,6 +1229,7 @@ def ocisService(type, tika_enabled = False, enforce_password_public_link = False
environment["OCIS_EXCLUDE_RUN_SERVICES"] = "idp"
environment["GRAPH_ASSIGN_DEFAULT_USER_ROLE"] = "false"
environment["GRAPH_USERNAME_MATCH"] = "none"
environment["WEB_UI_CONFIG_FILE"] = "%s" % dir["webKeycloakConfig"]
elif type == "app-provider":
environment["GATEWAY_GRPC_ADDR"] = "0.0.0.0:9142"
environment["MICRO_REGISTRY"] = "nats-js-kv"
Expand Down
Loading

0 comments on commit e5dbdb9

Please sign in to comment.