stackabletech / stackabletech/zookeeper-operator
Use secureClientPort instead of clientPort
@maltesander arbeitet bereits daran.
Seit 03.12.2025.
- Vorherrschende Sprache
- Rust
- Sterne
- 37
- Forks
- 11
- Ø Merge
- 1 T. 8 Std.
- Gemergte PRs (30 T.)
- 10
Beschreibung
Currently for TLS and authentication we use the clientPort instead of secureClientPort due to a bug in ZooKeeper (https://issues.apache.org/jira/browse/ZOOKEEPER-4276).
Once this is fixed and we should switch from clientPort to secureClientPort and remove the portUnification property (allows plaintext and secured communication via the same port).
The necessary steps are documented in the code (see rust/crd/src/lib.rs)
Since this does not work in versions 3.8.0 or lower, it will be a little more work to differentiate between zookeeper versions with and without that bug.
Relates to PR https://github.com/stackabletech/zookeeper-operator/pull/479.
This is currently blocked by https://github.com/stackabletech/tokio-zookeeper/issues/57
The tokio-zookeeper client currently does not support TLS communication and therefore the operator can not manage znodes etc.
Tasks
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.