You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/19 10:03:22 UTC

[GitHub] [pulsar] jiazhai opened a new issue #4560: when authentication enabled pulsar-admin topics list will fail for nonpersistent topics

jiazhai opened a new issue #4560: when authentication enabled pulsar-admin topics list will fail for nonpersistent topics
URL: https://github.com/apache/pulsar/issues/4560
 
 
   **Describe the bug**
   when user enable authentication, pulsar-admin topics list will fail. 
   ![image](https://user-images.githubusercontent.com/6348208/59756375-2d1ea200-92bc-11e9-984a-5d4e9a66688b.png)
   
   in the code path, persistent topic list could pass the auth, but nonPersistent topic will fail with error code 401
   
   ![image](https://user-images.githubusercontent.com/6348208/59756464-563f3280-92bc-11e9-8f91-bbd41302a9d8.png)
   
   other command like tenants/namespaces list works fine.
   
   This could reproduce in pulsar 2.3.2, with token auth enabled.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services