Skip to content

Commit ff0dceb

Browse files
authored
Update CORS values for stac-fastapi-pgstac v6.1.0 (#30)
* Update CORS values for stac-fastapi-pgstac v6.1.0 * Update CORS values for stac-fastapi-pgstac v6.1.0
1 parent 14e32b1 commit ff0dceb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/rs-server-adgs/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ initContainers:
123123
124124
cors:
125125
# -- A list of origins that should be permitted to make cross-origin requests. Needed for STAC Browser
126-
origins: "https://stac-browser-auxip.{{ platform_domain_name }};http://localhost:8080"
126+
origins: '["https://stac-browser-auxip.{{ platform_domain_name }}","http://localhost:8080"]'

apps/rs-server-cadip/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ initContainers:
116116
117117
cors:
118118
# -- A list of origins that should be permitted to make cross-origin requests. Needed for STAC Browser
119-
origins: "https://stac-browser-cadip.{{ platform_domain_name }};http://localhost:8080"
119+
origins: '["https://stac-browser-cadip.{{ platform_domain_name }}","http://localhost:8080"]'

apps/rs-server-catalog/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ initContainers:
127127
128128
cors:
129129
# -- A list of origins that should be permitted to make cross-origin requests. Needed for STAC Browser
130-
origins: "https://stac-browser-catalog.{{ platform_domain_name }};http://localhost:8080"
130+
origins: '["https://stac-browser-catalog.{{ platform_domain_name }}","http://localhost:8080"]'

apps/rs-server-prip/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ initContainers:
121121
122122
cors:
123123
# -- A list of origins that should be permitted to make cross-origin requests. Needed for STAC Browser
124-
origins: "https://stac-browser-prip.{{ platform_domain_name }};http://localhost:8080"
124+
origins: '["https://stac-browser-prip.{{ platform_domain_name }}","http://localhost:8080"]'

0 commit comments

Comments
 (0)