You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When DataProxy accesses a Pulsar cluster with authentication and authorization enabled, DataProxy will report an authorization error. Through inspection, it is found that when the Manager obtains the metadata information of the Pulsar cluster through the getConfig method, the returned result carries the token authorization access information of the Pulsar cluster, but through When the getAllConfig method obtains the metadata information of the Pulsar cluster, the token authorization access information of the Pulsar cluster is not carried
What you expected to happen
When the Pulsar cluster metadata information is obtained through the getAllConfig method, the returned result carries the token authorization access information of the Pulsar cluster
How to reproduce
Enable Pulsar cluster authentication authorization check, and then report data to the Pulsar cluster through DataProxy
I will deal with this problme. And add token information to CacheClusterObject and CacheCluster, convert the token information to json, and send it to dataproxy.
What happened
When DataProxy accesses a Pulsar cluster with authentication and authorization enabled, DataProxy will report an authorization error. Through inspection, it is found that when the Manager obtains the metadata information of the Pulsar cluster through the getConfig method, the returned result carries the token authorization access information of the Pulsar cluster, but through When the getAllConfig method obtains the metadata information of the Pulsar cluster, the token authorization access information of the Pulsar cluster is not carried
What you expected to happen
When the Pulsar cluster metadata information is obtained through the getAllConfig method, the returned result carries the token authorization access information of the Pulsar cluster
How to reproduce
Enable Pulsar cluster authentication authorization check, and then report data to the Pulsar cluster through DataProxy
Environment
Linux
InLong version
master
InLong Component
InLong Manager, InLong DataProxy
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: