busbey commented on a change in pull request #936: HBASE-17115 Define UI admins
via an ACL
URL: https://github.com/apache/hbase/pull/936#discussion_r357390022
##########
File path:
hbase-http/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java
##########
@@ -131,6 +131,10 @@
"signature.secret.file";
public static final String HTTP_AUTHENTICATION_SIGNATURE_SECRET_FILE_KEY =
HTTP_AUTHENTICATION_PREFIX +
HTTP_AUTHENTICATION_SIGNATURE_SECRET_FILE_SUFFIX;
+ public static final String HTTP_SPNEGO_AUTHENTICATION_ADMIN_USERS_KEY =
+ HTTP_SPNEGO_AUTHENTICATION_PREFIX + "admin.users";
Review comment:
Should have a note in the docs about setting things secure for configuring
these?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services