kumaab commented on code in PR #1120:
URL: https://github.com/apache/ranger/pull/1120#discussion_r3708306408


##########
security-admin/src/main/java/org/apache/ranger/common/RangerConstants.java:
##########
@@ -46,6 +46,9 @@ public class RangerConstants extends RangerCommonEnums {
     public static final String RANGER_ADMIN_SUPER_USERS  = 
"ranger.admin.super.users";
     public static final String RANGER_ADMIN_SUPER_GROUPS = 
"ranger.admin.super.groups";
 
+    // login id used by the Ranger Admin health readiness endpoint
+    public static final String HEALTH_CHECK_USERNAME = "healthcheck";

Review Comment:
   done



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