justinmclean commented on code in PR #5618:
URL: https://github.com/apache/gravitino/pull/5618#discussion_r1870737052
##########
clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoConfig.java:
##########
@@ -94,6 +95,15 @@ public void read() {
if (prop.containsKey(authKey)) {
authentication = prop.getProperty(authKey);
}
+
+ if (authKey.equals("oauth")) {
Review Comment:
I didn't want this code to depend on Command as OAUTH_AUTH is private. I
could extract to another class if you want.
--
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]