Skip to content

Commit 3824d47

Browse files
committed
[Feature][Zeta] Support Basic Authentication for web ui
1 parent 8ca473d commit 3824d47

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: config/seatunnel.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ seatunnel:
4444
enable-http: true
4545
port: 8080
4646
enable-dynamic-port: false
47-
enable-basic-auth: true
48-
basic-auth-username: admin
49-
basic-auth-password: admin
47+
# Uncomment the following lines to enable basic authentication for web UI
48+
# enable-basic-auth: true
49+
# basic-auth-username: admin
50+
# basic-auth-password: admin

0 commit comments

Comments
 (0)