I'm seeing this exception in my app when trying to interact with my Pulsar topic:
"message":"[persistent://exampleTenant/example-app-consumer/example-app-REPLAY] failed to get Partitioned metadata : Authorization failed feeds_exampleTenant_example-app-consumer on topic persistent://exampleTenant/example-app-consumer/example-app-REPLAY with error Don't have permission to administrate resources on this tenant"
I've verified:
- The endpoint is correct (so I'm hitting the right cluster)
- The port is correct (I'm hitting SSL, not the non-SSL port)
- My token is correct.
- My role and token are correct for interacting with my primary topic
What could be the issue?