Skip to content

Commit

Permalink
work around /data CORS issues, see owncloud/ocis#8380 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek authored Mar 15, 2024
1 parent 3c1c732 commit 4db7765
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/ocis/templates/frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ spec:
{{- include "ocis.cors" . |nindent 12 }}
{{- include "ocis.events" . | nindent 12 }}

# TODO: this is a workaround, remove it after https://github.com/owncloud/ocis/issues/8380 is closed
- name: OCIS_CORS_ALLOW_METHODS
value: "OPTIONS,HEAD,GET,PUT,POST,PATCH,DELETE,MKCOL,PROPFIND,PROPPATCH,MOVE,COPY,REPORT,SEARCH"

- name: FRONTEND_LOG_COLOR
value: {{ .Values.logging.color | quote }}
- name: FRONTEND_LOG_LEVEL
Expand Down

0 comments on commit 4db7765

Please sign in to comment.