Skip to content

Commit 544dd00

Browse files
committed
🔧(helm) adapt setting helm dev file
The way that collaboration server authentifies the user has changed. We adapt the configuration to the new way of doing it, by removing the nginx auth url, and by adding COLLABORATION_BACKEND_BASE_URL setting.
1 parent a3cd4c5 commit 544dd00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/helm/env.d/dev/values.impress.yaml.gotmpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ yProvider:
124124
tag: "latest"
125125

126126
envVars:
127+
COLLABORATION_BACKEND_BASE_URL: https://impress.127.0.0.1.nip.io
127128
COLLABORATION_LOGGING: true
128129
COLLABORATION_SERVER_ORIGIN: https://impress.127.0.0.1.nip.io
129130
COLLABORATION_SERVER_SECRET: my-secret
@@ -136,9 +137,6 @@ ingress:
136137
ingressCollaborationWS:
137138
enabled: true
138139
host: impress.127.0.0.1.nip.io
139-
140-
annotations:
141-
nginx.ingress.kubernetes.io/auth-url: https://impress.127.0.0.1.nip.io/api/v1.0/documents/collaboration-auth/
142140

143141
ingressCollaborationApi:
144142
enabled: true

0 commit comments

Comments
 (0)