[
https://issues.apache.org/jira/browse/HADOOP-14060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15875419#comment-15875419
]
John Zhuge commented on HADOOP-14060:
-------------------------------------
Here are my steps to reproduce in a single node SSL+Kerberos setup:
# git clone https://github.com/jzhuge/hadoop-setup-scripts.git, cd
{{hadoop-setup-scripts}}
# You may want to replace a few hardcoded strings: GCE.CLOUDERA.COM =>
YOUR_REALM, jzhuge => YOUR_USER
# ./create_keytabs <kdc_host> localhost GCE.CLOUDERA.COM
# kinit -t ~/.config/kerberos/hdfs.keytab hdfs/[email protected]
# export HADOOP_HOME=~/hadoop/hadoop-dist/target/hadoop-3.0.0-alpha3-SNAPSHOT
# ./pseudo_dist start config/secure
# kinit -t ~/.config/kerberos/$USER.keytab [email protected]
# PATH=$HADOOP_HOME/bin:$PATH TEST_SSL_ENABLED=yes bats ~/hadoop-bats-tests,
all tests should pass
# Open a browser, can not open https://localhost:9600/jmx, error
"Authentication required"; however, ok to open https://localhost:9600/logs.
Maybe I miss something in the config files?
> KMS /logs servlet should have access control
> --------------------------------------------
>
> Key: HADOOP-14060
> URL: https://issues.apache.org/jira/browse/HADOOP-14060
> Project: Hadoop Common
> Issue Type: Bug
> Components: kms
> Affects Versions: 3.0.0-alpha3
> Reporter: John Zhuge
> Assignee: John Zhuge
>
> HADOOP-14047 makes KMS call {{HttpServer2#setACL}}. Access control works fine
> for /conf, /jmx, /logLevel, and /stacks, but not for /logs.
> The code in {{AdminAuthorizedServlet#doGet}} for /logs and
> {{ConfServlet#doGet}} for /conf are quite similar. This makes me believe that
> /logs should subject to the same access control as intended by the original
> developer.
> IMHO this could either be my misconfiguration or there is a bug somewhere in
> {{HttpServer2}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]