Skip to content

Commit bde2aae

Browse files
authored
Update montandon-eoapi.yaml: allow POST in CORS
This allows search to work from the stac-browser as it POSTs the search query
1 parent fe784c6 commit bde2aae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/argocd/staging/applications/montandon-eoapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
CORS_ORIGINS: "https://localhost:3000,https://alerthub-stage.ifrc.org,https://montandon-eoapi-stage.ifrc.org"
4949
CORS_ORIGIN_REGEX: ".*"
5050
CORS_HEADERS: "Accept, Authorization, Content-Type, Origin, X-Requested-With"
51-
CORS_METHODS: "GET,OPTIONS"
51+
CORS_METHODS: "GET,OPTIONS,POST"
5252
CORS_CREDENTIALS: "true"
5353
extraVolumeMounts:
5454
- name: azure-keyvault-secrets

0 commit comments

Comments
 (0)