roryqi commented on code in PR #10523:
URL: https://github.com/apache/gravitino/pull/10523#discussion_r2980287327


##########
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:
   > We discussed earlier that this is an unsafe operation, didn’t we? @roryqi
   
   If UI relies on it, we don't have the better solution.



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