Skip to content

Commit b904c8a

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

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: seatunnel-examples/seatunnel-engine-examples/src/main/java/org/apache/seatunnel/example/engine/SeaTunnelEngineClusterServerExample.java

-10
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ public class SeaTunnelEngineClusterServerExample {
3030

3131
public static void main(String[] args) throws CommandException {
3232
ServerCommandArgs serverCommandArgs = new ServerCommandArgs();
33-
34-
// You can enable basic authentication by uncommenting the following lines
35-
// serverCommandArgs.setEnableBasicAuth(true);
36-
// serverCommandArgs.setBasicAuthUsername("your_username");
37-
// serverCommandArgs.setBasicAuthPassword("your_password");
38-
39-
// Or you can pass these parameters via command line:
40-
// --enable-basic-auth --basic-auth-username your_username --basic-auth-password
41-
// your_password
42-
4333
SeaTunnel.run(serverCommandArgs.buildCommand());
4434
}
4535
}

0 commit comments

Comments
 (0)