SbloodyS commented on code in PR #15825:
URL:
https://github.com/apache/dolphinscheduler/pull/15825#discussion_r1560698539
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/configuration/ApiConfig.java:
##########
@@ -84,7 +84,7 @@ public static class PythonGatewayConfiguration {
private int pythonPort = 25334;
private int connectTimeout = 0;
private int readTimeout = 0;
- private String authToken = "jwUDzpLsNKEFER4*a8gruBH_GsAurNxU7A@Xc";
+ private String authToken = "";
Review Comment:
Removing this will result in no token verification. I think it's not a good
idea.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]