Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0, 2.7.4
-
None
-
Incompatible change
Description
User Hadoop on secure mode.
login as kdc user, kinit.
start firefox and enable Kerberos
access http://localhost:50070/logs/
Get 403 authorization errors.
only hdfs user could access logs.
Would expect as a user to be able to web interface logs link.
Same results if using curl:
curl -v --negotiate -u tester: http://localhost:50070/logs/
HTTP/1.1 403 User tester is unauthorized to access this page.
so:
1. either don't show links if hdfs user is able to access.
2. provide mechanism to add users to web application realm.
3. note that we are pass authentication so the issue is authorization to /logs/
suspect that /logs/ path is secure in webdescriptor so suspect users by default don't have access to secure paths.
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-14728 Configuring AuthenticationFilterInitializer throws IllegalArgumentException: Null user
- Open
- duplicates
-
HADOOP-13718 There is no filterInitializer for initializing DelegationTokenAuthenticationFilter in Hadoop common
- Resolved
- is related to
-
HADOOP-16287 KerberosAuthenticationHandler Trusted Proxy Support for Knox
- Resolved
-
HADOOP-14077 Improve the patch of HADOOP-13119
- Resolved
- relates to
-
HADOOP-14060 HTTP servlet /logs should require authentication and authorization
- Reopened
-
HADOOP-13707 If kerberos is enabled while HTTP SPNEGO is not configured, some links cannot be accessed
- Resolved