Skip to content

Commit b797d74

Browse files
authored
Enable CORS for localhost in CAS dev config (#2877)
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 1df1a1b commit b797d74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎app/artifact-cas/configs/config.devel.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ server:
88
# Timeouts for http downloads
99
# grpc downloads/uploads don't require this because they don't have timeouts
1010
timeout: 300s
11-
# cors:
12-
# allow_origins:
13-
# - "http://localhost:3000"
11+
cors:
12+
allow_origins:
13+
- "http://localhost:3000"
1414
grpc:
1515
addr: 0.0.0.0:9001
1616
# Some unary RPCs are slow, so we need to increase the timeout

0 commit comments

Comments
 (0)