bharos commented on code in PR #10523:
URL: https://github.com/apache/gravitino/pull/10523#discussion_r2983140484
##########
server/src/main/java/org/apache/gravitino/server/web/ConfigServlet.java:
##########
@@ -49,7 +49,7 @@ public class ConfigServlet extends HttpServlet {
OAuthConfig.SCOPE);
private static final ImmutableSet<ConfigEntry<?>> basicConfigEntries =
- ImmutableSet.of(Configs.AUTHENTICATORS, Configs.ENABLE_AUTHORIZATION);
+ ImmutableSet.of(Configs.AUTHENTICATORS, Configs.ENABLE_AUTHORIZATION,
Configs.SERVICE_ADMINS);
Review Comment:
@roryqi @LauraXia123 Updated the PR , to add this config only if
authorization enabled.
PTAL, thanks
--
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]