Skip to content

Commit 65e98cd

Browse files
committed
Remove doc about scram and oauth for now
1 parent 284988d commit 65e98cd

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

content/event-platform/concepts.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -258,24 +258,7 @@ For the `kafka` subscription type, the `config` property requires the Kafka clus
258258
}
259259
```
260260

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.
279262

280263
#### TLS Configuration (Optional)
281264

@@ -312,12 +295,9 @@ For secure connections, you can optionally configure TLS settings in the `config
312295

313296
| Property | Description | Required | Valid Values |
314297
| --- | --- | --- | --- |
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 |
321301

322302
#### Event Delivery Guarantees
323303

0 commit comments

Comments
 (0)