A sample configuration file for SASL/OAUTHBEARER authentication for AWS MSK. For more information, refer to Use the SASL_OAUTHBEARER mechanism to configure IAM.
metadata.broker.list=<bootstrap url>
security.protocol=SASL_SSL
sasl.mechanism=OAUTHBEARER
sasl.oauthbearer.config="extension_AWSMSKCB=<command>,arg1,arg2,argN"
sasl.oauthbearer.method="default"
Parameter | Description |
---|---|
<command> | An external program is created from one of the supported helper libraries. This parameter produces the following format: <access token>, <expiry> |