Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions examples/oauth_oidc_ccloud_producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
# 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`.
# with the OIDC method and doesn't need to set a `oauth_cb` to obtain the token.

import logging
import argparse
Expand Down