omkarparth commented on code in PR #4273:
URL: https://github.com/apache/streampark/pull/4273#discussion_r2248525721


##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/util/BashJavaUtils.java:
##########
@@ -46,6 +49,12 @@ public static void main(String[] args) throws IOException {
         String[] actionArgs = Arrays.copyOfRange(args, 1, args.length);
 
         switch (action) {
+            case "--jwt_secret":
+                String secret = getFirstOrCreateJWTSecret();
+                if (secret != null) {
+                    System.out.println(secret);

Review Comment:
   Same issue as above
   This creates another footprint of the JWT secret on console.



-- 
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: issues-unsubscr...@streampark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to