-
Notifications
You must be signed in to change notification settings - Fork 70
Add auth provider for project #9
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
Conversation
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
sijie
left a comment
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.
@wolfstudy it seems that this auth provider is copied from pulsar-client-go. I can image how it can be used for pulsar client. but how does this work for pulsarctl (mainly pulsarctl is issuing http request)? Can you add the code to show how are you going to use this for securing the http requests?
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
|
Also please add an integration test to ensure tls is working as expected |
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
|
@wolfstudy I left some questions. PTAL |
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Master Issue: #2
Motivation
Add auth provider for project
Signed-off-by: xiaolong.ran ranxiaolong716@gmail.com