-
I notieced there is option to use base64 to pass the JSON credentials file, do you have any example of it? pulsar.oauth2-credentials-url - URL to a JSON credentials file. Support the following pattern formats: file:///path/to/file, file:/path/to/file or data:application/json;base64, I tried but in Pulsar 2.10 the Java APi only allows URL as parameter. |
Beta Was this translation helpful? Give feedback.
Answered by
majusko
Jan 6, 2023
Replies: 1 comment
-
Sure, it's just extending the basic setup that the base Java library developed by Pulsar is using. There are nice docs about it. https://pulsar.apache.org/docs/2.10.x/security-oauth2/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
majusko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, it's just extending the basic setup that the base Java library developed by Pulsar is using. There are nice docs about it. https://pulsar.apache.org/docs/2.10.x/security-oauth2/