Replies: 3 comments 2 replies
-
Also interested in this particular issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is this description not clear? |
Beta Was this translation helpful? Give feedback.
1 reply
-
proxy is a broker client. so you need to set authentication parameters in proxy.conf. the authentication parameters (client id) should match the proxyRole in broker.conf. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We want our JAVA client to communicate with our brokers via the pulsar proxy.
We use the biscuit authentication plugins: https://github.com/CleverCloud/biscuit-pulsar.
When the configuration is carried out without proxyRoles configured, we get the following error:
Illegal combination of role [biscuit:ROOT_BISCUIT] and originalPrincipal [biscuit:ATTENUATE_BISCUIT]: cannot specify originalPrincipal when connecting without valid proxy role
As soon as you put a proxyRoles in the broker configuration, the original principal is null? Should the proxyRole also be set in the proxy?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions