Skip to content

Commit ebe3645

Browse files
authored
allowing OPTIONS calls to the ../resumable endpoint (#1510)
1 parent bcea9d5 commit ebe3645

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deploy/charts/istio/istio-gateway/chart/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@ _internal_defaults_do_not_set:
257257
- "/intel-admin/deployment-config.json"
258258
notPorts:
259259
- "8080"
260+
- operation:
261+
methods: [ "OPTIONS" ]
262+
paths:
263+
- "/api/v1/organizations/{*}/workspaces/{*}/projects/uploads/resumable"
264+
- "/api/v1/organizations/{*}/workspaces/{*}/datasets/uploads/resumable"
260265
from:
261266
- source:
262267
requestPrincipals:

0 commit comments

Comments
 (0)