@@ -1081,37 +1081,44 @@ static const struct rd_kafka_property rd_kafka_properties[] = {
10811081 {_RK_GLOBAL | _RK_SENSITIVE , "sasl.oauthbearer.private.key.id" , _RK_C_STR ,
10821082 _RK (sasl .oauthbearer .private_key_id ),
10831083 "Private key id. "
1084- "Only used when `sasl.oauthbearer.method` is set to \"jwt\"." ,
1084+ "Only used when `sasl.oauthbearer.method` is set to \"oidc\" and JWT "
1085+ "grant type is needed." ,
10851086 _UNSUPPORTED_OIDC },
10861087 {_RK_GLOBAL | _RK_SENSITIVE , "sasl.oauthbearer.private.key.secret" ,
10871088 _RK_C_STR , _RK (sasl .oauthbearer .private_key_secret ),
10881089 "Private key id. "
1089- "Only used when `sasl.oauthbearer.method` is set to \"jwt\"." ,
1090+ "Only used when `sasl.oauthbearer.method` is set to \"oidc\" and JWT "
1091+ "grant type is needed." ,
10901092 _UNSUPPORTED_OIDC },
10911093 {_RK_GLOBAL , "sasl.oauthbearer.token.signing.algorithm" , _RK_C_STR ,
10921094 _RK (sasl .oauthbearer .token_signing_algorithm ),
10931095 "token_signing_algorithm. "
1094- "Only used when `sasl.oauthbearer.method` is set to \"jwt\"." ,
1096+ "Only used when `sasl.oauthbearer.method` is set to \"oidc\" and JWT "
1097+ "grant type is needed." ,
10951098 _UNSUPPORTED_OIDC },
10961099 {_RK_GLOBAL , "sasl.oauthbearer.token.subject" , _RK_C_STR ,
10971100 _RK (sasl .oauthbearer .token_subject ),
10981101 "token_signing_algorithm. "
1099- "Only used when `sasl.oauthbearer.method` is set to \"jwt\"." ,
1102+ "Only used when `sasl.oauthbearer.method` is set to \"oidc\" and JWT "
1103+ "grant type is needed." ,
11001104 _UNSUPPORTED_OIDC },
11011105 {_RK_GLOBAL , "sasl.oauthbearer.token.issuer" , _RK_C_STR ,
11021106 _RK (sasl .oauthbearer .token_issuer ),
11031107 "token_issuer. "
1104- "Only used when `sasl.oauthbearer.method` is set to \"jwt\"." ,
1108+ "Only used when `sasl.oauthbearer.method` is set to \"oidc\" and JWT "
1109+ "grant type is needed." ,
11051110 _UNSUPPORTED_OIDC },
11061111 {_RK_GLOBAL , "sasl.oauthbearer.token_audience" , _RK_C_STR ,
11071112 _RK (sasl .oauthbearer .token_audience ),
11081113 "token_audience. "
1109- "Only used when `sasl.oauthbearer.method` is set to \"jwt\"." ,
1114+ "Only used when `sasl.oauthbearer.method` is set to \"oidc\" and JWT "
1115+ "grant type is needed." ,
11101116 _UNSUPPORTED_OIDC },
11111117 {_RK_GLOBAL , "sasl.oauthbearer.token_target_audience" , _RK_C_STR ,
11121118 _RK (sasl .oauthbearer .token_target_audience ),
11131119 "token_target_audience. "
1114- "Only used when `sasl.oauthbearer.method` is set to \"jwt\"." ,
1120+ "Only used when `sasl.oauthbearer.method` is set to \"oidc\" and JWT "
1121+ "grant type is needed." ,
11151122 _UNSUPPORTED_OIDC },
11161123
11171124
0 commit comments