You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Yi Liu (JIRA)" <ji...@apache.org> on 2014/09/30 05:03:34 UTC

[jira] [Created] (HADOOP-11155) Add auth parameters for KMS request and fix TestEncryptionZonesWithKMS issue

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)