[ 
https://issues.apache.org/jira/browse/METRON-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mohan updated METRON-1282:
--------------------------
    Summary: add the required ACL to current user while creating a new topic 
using the rest end point  (was: creating a new topic using the rest end point 
breaks the list topic API)

> add the required ACL to current user while creating a new topic using the 
> rest end point
> ----------------------------------------------------------------------------------------
>
>                 Key: METRON-1282
>                 URL: https://issues.apache.org/jira/browse/METRON-1282
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Mohan
>            Assignee: Mohan
>            Priority: Major
>
> I created a topic "newtopic" using rest endpoint "/api/v1/kafka/topic". When 
> I try to list all the topics using " /api/v1/kafka/topic" , I get below error
> {code:java}
> {
>   "timestamp": "2017-10-25 17:33:32",
>   "status": 500,
>   "error": "Internal Server Error",
>   "exception": "org.apache.kafka.common.errors.TopicAuthorizationException",
>   "message": "Not authorized to access topics: [newtopic]",
>   "path": "/api/v1/kafka/topic"
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to