Skip to content

Commit

Permalink
Fix workspace 4.0.0 login on helm and compose
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jul 6, 2023
1 parent 63de2c2 commit f78b490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
1 change: 1 addition & 0 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f78b490

Please sign in to comment.