-
Notifications
You must be signed in to change notification settings - Fork 913
Oauth OIDC CCloud producer example #1769
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
|
6299ce8
to
960f4b0
Compare
ab067b5
to
7b715b2
Compare
# This uses OAuth client credentials grant: | ||
# https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/ | ||
# where client_id and client_secret are passed as HTTP Authorization header |
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.
# This uses OAuth client credentials grant: | |
# https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/ | |
# where client_id and client_secret are passed as HTTP Authorization header | |
# This uses OAuth client credentials grant: | |
# https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/ | |
# where client_id and client_secret are passed as HTTP Authorization header | |
# with the OIDC method and doesn't need to set a `oauth_cb` to obtain the token, | |
# but, given it's using cURL for http requests, when using bundled librdkafka on non RHEL based distros, | |
# currently it needs to provide CA bundle at a specific path, that is `/etc/pki/tls/certs/ca-bundle.crt`. |
…loud Co-authored-by: Sarwar Bhuiyan <[email protected]>
f099862
to
95dbc87
Compare
🎉 All Contributor License Agreements have been signed. Ready to merge. |
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.
LGTM! Thanks
Continuation of #1593 as the owner of the PR left the org.