Apache Pulsar - 主题授权失败 - 无权管理此租户的资源

Apache Pulsar - Authorization failed on topic - Don't have permission to administrate resources on this tenant

我遇到了这个异常:

org.apache.pulsar.client.api.PulsarClientException$AuthorizationException: Authorization failed example_ingest_producer on topic persistent://myTenant/myNamespace/myTopicName with error Don't have permission to administrate resources on this tenant

尝试从我们的客户端应用程序连接到 Pulsar 时。我是 运行 Pulsar 2.4.2.

我确认我正在连接到正确的端点 (pulsar+ssl://pulsar-ms-tls.mydomain.com:6651),并且我们使用的是 SSL+TLS。

可能是什么导致了这个问题?

发生此错误是因为您没有使用正确的令牌进行连接,或者与您的令牌关联的角色没有足够的权限。您将需要确保使用正确的令牌(并且它具有正确的权限)才能进行连接。