justinmclean commented on code in PR #6451:
URL: https://github.com/apache/gravitino/pull/6451#discussion_r1955489055


##########
clients/cli/src/main/java/org/apache/gravitino/cli/MetalakeCommandHandler.java:
##########
@@ -56,7 +56,7 @@ public MetalakeCommandHandler(
   public void handle() {
     String userName = line.getOptionValue(GravitinoOptions.LOGIN);
     FullName name = new FullName(line);
-    Command.setAuthenticationMode(getAuth(line), userName);
+    Command.setAuthenticationMode(context.auth(), userName);

Review Comment:
   or this



##########
clients/cli/src/main/java/org/apache/gravitino/cli/ModelCommandHandler.java:
##########
@@ -65,7 +65,7 @@ public ModelCommandHandler(
   @Override
   protected void handle() {
     String userName = line.getOptionValue(GravitinoOptions.LOGIN);
-    Command.setAuthenticationMode(getAuth(line), userName);
+    Command.setAuthenticationMode(context.auth(), userName);

Review Comment:
   or this



-- 
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]

Reply via email to