You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Justin Leet (JIRA)" <ji...@apache.org> on 2017/05/01 16:30:04 UTC

[jira] [Created] (METRON-910) REST Kafka calls fails in Kerberized cluster

Justin Leet created METRON-910:
----------------------------------

             Summary: REST Kafka calls fails in Kerberized cluster
                 Key: METRON-910
                 URL: https://issues.apache.org/jira/browse/METRON-910
             Project: Metron
          Issue Type: Bug
            Reporter: Justin Leet


Looks like this is using the ambari_kafka_service_check user, which doesn't have permissions in a Kerberized cluster setup by Ambari to access the topics.

{
  "timestamp": "2017-05-01 16:29:09",
  "status": 500,
  "error": "Internal Server Error",
  "exception": "org.apache.kafka.common.errors.TopicAuthorizationException",
  "message": "Not authorized to access topics: [ambari_kafka_service_check, __consumer_offsets]",
  "path": "/api/v1/kafka/topic"
}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)