We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f59005 commit d02eebfCopy full SHA for d02eebf
1 file changed
rust/operator-binary/src/resource/configmap.rs
@@ -403,15 +403,3 @@ fn jaas_config_file(is_kerberos_enabled: bool) -> String {
403
},
404
}
405
406
-/*
407
- KafkaClient {{
408
- com.sun.security.auth.module.Krb5LoginModule required
409
- useKeyTab=true
410
- storeKey=true
411
- isInitiator=false
412
- keyTab=\"/stackable/kerberos/keytab\"
413
- principal=\"kafka/{node_address}@${{env:KERBEROS_REALM}}\";
414
- }};
415
-
416
- bootstrap_address = node_address_cmd(STACKABLE_LISTENER_BOOTSTRAP_DIR),
417
-*/
0 commit comments