Skip to content

Commit a3b43aa

Browse files
authored
Remove hardcoded param (#2075)
1 parent 9304bd6 commit a3b43aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/oauth_oidc_ccloud_producer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
# This uses OAuth client credentials grant:
2020
# https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/
2121
# where client_id and client_secret are passed as HTTP Authorization header
22-
# with the OIDC method and doesn't need to set a `oauth_cb` to obtain the token,
23-
# but, given it's using cURL for http requests, when using bundled librdkafka on non RHEL based distros,
24-
# currently it needs to provide CA bundle at a specific path, that is `/etc/pki/tls/certs/ca-bundle.crt`.
22+
# with the OIDC method and doesn't need to set a `oauth_cb` to obtain the token.
2523

2624
import logging
2725
import argparse

0 commit comments

Comments
 (0)