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


##########
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:
   That is fine. 
   But the issue i was facing is because UI expects the value in here : 
https://github.com/apache/gravitino/blob/main/web-v2/web/src/lib/store/auth/index.js#L48
   
   



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