@@ -258,24 +258,7 @@ For the `kafka` subscription type, the `config` property requires the Kafka clus
258
258
}
259
259
```
260
260
261
- ** SCRAM Authentication:**
262
- ``` json
263
- "sasl_auth" : {
264
- "mechanism" : " scram" ,
265
- "scram_variant" : " sha-256" ,
266
- "username" : " your_kafka_username" ,
267
- "password" : " your_kafka_password"
268
- }
269
- ```
270
-
271
- ** OAuth Bearer Authentication:**
272
- ``` json
273
- "sasl_auth" : {
274
- "mechanism" : " oauthbearer" ,
275
- "mode" : " static_token" ,
276
- "token" : " your_oauth_token"
277
- }
278
- ```
261
+ Additional authentication methods such as SCRAM and OAuth Bearer will be available in future releases.
279
262
280
263
#### TLS Configuration (Optional)
281
264
@@ -312,12 +295,9 @@ For secure connections, you can optionally configure TLS settings in the `config
312
295
313
296
| Property | Description | Required | Valid Values |
314
297
| --- | --- | --- | --- |
315
- | ` mechanism ` | SASL authentication mechanism | Yes | ` plain ` , ` scram ` , ` oauthbearer ` |
316
- | ` username ` | Username for authentication | Required for ` plain ` and ` scram ` | String |
317
- | ` password ` | Password for authentication | Required for ` plain ` and ` scram ` | String |
318
- | ` scram_variant ` | SCRAM variant (only for ` scram ` mechanism) | Required for ` scram ` | ` sha-256 ` , ` sha-512 ` |
319
- | ` token ` | OAuth token (only for ` oauthbearer ` mechanism) | Required for ` oauthbearer ` | String |
320
- | ` mode ` | OAuth mode (only for ` oauthbearer ` mechanism) | Required for ` oauthbearer ` | ` static_token ` |
298
+ | ` mechanism ` | SASL authentication mechanism | Yes | ` plain ` |
299
+ | ` username ` | Username for authentication | Yes | String |
300
+ | ` password ` | Password for authentication | Yes | String |
321
301
322
302
#### Event Delivery Guarantees
323
303
0 commit comments