You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{- print"You are using AUTO-GENERATED SASL credentials for ZooKeeper authentication.\n It is strongly recommended to set the following values in production:\n - security.zookeeper.sasl.username\n - security.zookeeper.sasl.password" -}}
226
-
{{- end -}}
227
-
{{- end -}}
228
-
{{- end -}}
229
-
230
219
{{/*
231
220
Compile all warnings and errors into a single message.
|`security.zookeeper.sasl.loginModuleClass`| JAAS login module class for ZooKeeper |`org.apache.fluss.shaded.zookeeper3.org.apache.zookeeper.server.auth.DigestLoginModule`|
204
-
205
196
Only `plain` mechanism is supported for now. An empty string disables the SASL authentication, and maps to the `PLAINTEXT` protocol.
206
197
207
198
If the internal SASL username or password is left empty, the chart automatically generates credentials based on the Helm release name:
@@ -211,6 +202,15 @@ If the internal SASL username or password is left empty, the chart automatically
211
202
212
203
It is recommended to set these explicitly in production.
213
204
205
+
#### ZooKeeper SASL Parameters
206
+
207
+
| Parameter | Description | Default |
208
+
|-----------|-------------|---------|
209
+
|`security.zookeeper.sasl.enabled`| Enable SASL authentication for ZooKeeper connections |`false`|
|`security.zookeeper.sasl.loginModuleClass`| JAAS login module class for ZooKeeper |`org.apache.fluss.shaded.zookeeper3.org.apache.zookeeper.server.auth.DigestLoginModule`|
213
+
214
214
### Fluss Configuration Overrides
215
215
216
216
| Parameter | Description | Default |
@@ -336,7 +336,7 @@ security:
336
336
password: fluss-zk-password
337
337
```
338
338
339
-
If the username or password is left empty, the chart automatically generates credentials based on the Helm release name. It is recommended to set these explicitly in production.
339
+
The `username` and `password` fields are required when ZooKeeper SASL is enabled.
340
340
341
341
ZooKeeper SASL can be enabled independently or together with the listeners SASL authentication.
0 commit comments