From aaa896288d2f12fbf4535672042567588871d22f Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Fri, 7 Jul 2023 09:17:40 +0200 Subject: [PATCH] OPSEXP-2193 Fix workspace 4.0.0 login on helm and compose (#966) [skip ci] --- docker-compose/docker-compose.yml | 1 + helm/alfresco-content-services/README.md | 1 + helm/alfresco-content-services/values.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 8ac510843..d46ccc229 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -152,6 +152,7 @@ services: image: quay.io/alfresco/alfresco-digital-workspace:4.0.0 mem_limit: 128m environment: + APP_CONFIG_PROVIDER: "ECM" APP_CONFIG_AUTH_TYPE: "BASIC" BASE_PATH: ./ APP_BASE_SHARE_URL: "http://localhost:8080/workspace/#/preview/s" diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index d2bc728bc..93cd0689a 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -83,6 +83,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-digital-workspace.enabled | bool | `true` | | | alfresco-digital-workspace.env.API_URL | string | `"{protocol}//{hostname}{:port}"` | | | alfresco-digital-workspace.env.APP_CONFIG_AUTH_TYPE | string | `"BASIC"` | | +| alfresco-digital-workspace.env.APP_CONFIG_PROVIDER | string | `"ECM"` | | | alfresco-digital-workspace.extraEnv | string | `"{{- if .Values.global.ai.enabled }}\n- name: APP_CONFIG_PLUGIN_AI_SERVICE\n value: '{{ .Values.global.ai.enabled }}'\n{{- end }}"` | | | alfresco-digital-workspace.image.pullPolicy | string | `"IfNotPresent"` | | | alfresco-digital-workspace.image.repository | string | `"quay.io/alfresco/alfresco-digital-workspace"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 364dc23b6..e57b01b1f 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -697,6 +697,7 @@ alfresco-digital-workspace: tag: 4.0.0 pullPolicy: IfNotPresent env: + APP_CONFIG_PROVIDER: "ECM" APP_CONFIG_AUTH_TYPE: "BASIC" API_URL: "{protocol}//{hostname}{:port}" # APP_CONFIG_PLUGIN_MICROSOFT_ONLINE: