Skip to content

Commit 76ae9e5

Browse files
committed
docker: remove stale default origins
We used to do this when the REST API was more complex and users needed the swagger-ui / docs website to learn how the API works. These two mechanisms have become somehwat stale. The swagger-ui isn't easily discoverable by users anymore (we've stopped showing it on the UI). The docs website does not allow users to configure servers either. This defaults to allowing all origins, which is appropriate for this developer build. Signed-off-by: Lalith Suresh <lalith@feldera.com>
1 parent 9a991e5 commit 76ae9e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ ENV RUSTFLAGS="-C link-arg=-fuse-ld=mold"
139139
# Run the precompile phase to speed up Rust compilations during deployment
140140
RUN ./pipeline-manager --bind-address=0.0.0.0 --sql-compiler-home=/home/feldera/lib/sql-to-dbsp-compiler --dbsp-override-path=/home/feldera/lib --precompile
141141
ENV BANNER_ADDR=localhost
142-
ENTRYPOINT ["./pipeline-manager", "--bind-address=0.0.0.0", "--sql-compiler-home=/home/feldera/lib/sql-to-dbsp-compiler", "--dbsp-override-path=/home/feldera/lib", "--allowed-origins", "https://www.feldera.com", "--allowed-origins", "http://localhost:8080", "--demos-dir", "/home/feldera/demos"]
142+
ENTRYPOINT ["./pipeline-manager", "--bind-address=0.0.0.0", "--sql-compiler-home=/home/feldera/lib/sql-to-dbsp-compiler", "--dbsp-override-path=/home/feldera/lib", "--demos-dir", "/home/feldera/demos"]

0 commit comments

Comments
 (0)