Yi Liu created HADOOP-11155: ------------------------------- Summary: Add auth parameters for KMS request and fix TestEncryptionZonesWithKMS issue Key: HADOOP-11155 URL: https://issues.apache.org/jira/browse/HADOOP-11155 Project: Hadoop Common Issue Type: Bug Components: kms Affects Versions: 2.6.0 Reporter: Yi Liu Assignee: Yi Liu
We need to add auth parameters when doing KMS request. Currently we could see {quote} 2014-09-29 23:13:01,488 WARN server.AuthenticationFilter (AuthenticationFilter.java:doFilter(551)) - Authentication exception: Anonymous requests are disallowed org.apache.hadoop.security.authentication.client.AuthenticationException: Anonymous requests are disallowed at org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:184) at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:331) at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:507) {quote} This JIRA will also try to resolve the failure of {{TestEncryptionZonesWithKMS}} in Jenkins report. -- This message was sent by Atlassian JIRA (v6.3.4#6332)