-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add oauth2 example for node js client #92
base: master
Are you sure you want to change the base?
Conversation
tuteng
commented
Jan 15, 2022
- Wait for this pr Feature support oauth2 for node client apache/pulsar-client-node#190 to be merged before processing this pr
@tuteng I noticed that the node.js client support Oauth2 authentication has been merged into the community. How about our SN process? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leave some comments, PTAL. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issuer_url
should be obtained from the private key file, in preference to a command-line parameter (which would be needed if not using a private key file).
It seems that most language clients do not follow this specification -> https://pulsar.apache.org/docs/security-oauth2#c-client @EronWright |