Skip to content

Commit

Permalink
docs: fix heading
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Sep 20, 2024
1 parent 707d614 commit 05433db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/redpanda.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,18 @@ E.g. `WithSuperusers("superuser-1", "superuser-2")`.
The `WithEnableSASL()` option enables SASL scram sha authentication. By default, no authentication (plaintext) is used.
When setting an authentication method, make sure to add users as well and authorize them using the `WithSuperusers()` option.
##### WithEnableKafkaAuthorization
#### WithEnableKafkaAuthorization
The `WithEnableKafkaAuthorization` enables authorization for connections on the Kafka API.
##### WithEnableWasmTransform
#### WithEnableWasmTransform
The `WithEnableWasmTransform` enables wasm transform.
!!!warn
!!!warning
Should not be used with RP versions before 23.3
##### WithEnableSchemaRegistryHTTPBasicAuth
#### WithEnableSchemaRegistryHTTPBasicAuth
The `WithEnableSchemaRegistryHTTPBasicAuth` enables HTTP basic authentication for the Schema Registry.
Expand Down

0 comments on commit 05433db

Please sign in to comment.