Skip to content

Commit 30ed09b

Browse files
feat: Add FQDNs to the subject DNs of TLS certificates (#972)
* feat: Add FQDNs to the subject DNs of TLS certificates * tests: Use specific operator versions in the tests * test(opa): Improve subject DN check * doc: Document OPA rego rules * Upgrade dependency "built" to fix cargo deny error * chore: Regenerate charts * test(smoke): Fix assertion
1 parent b734f71 commit 30ed09b

19 files changed

Lines changed: 837 additions & 237 deletions

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
1818
Previously, arbitrary file names were silently accepted and ignored ([#960]).
1919
- Bump `stackable-operator` to 0.111.1 and snafu to 0.9 ([#960], [#961]).
2020
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#968]).
21+
- BREAKING: Extend the subject DNs of TLS certificates with the FQDNs of the Kafka pods ([#972]).
2122
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#971]).
2223
- BREAKING: Removed product-config machinery which is a breaking change in terms of configuration.
2324
 Users relying on the product-config `properties.yaml` file have to set these properties via the CRD.
@@ -30,6 +31,7 @@ All notable changes to this project will be documented in this file.
3031
[#961]: https://github.com/stackabletech/kafka-operator/pull/961
3132
[#968]: https://github.com/stackabletech/kafka-operator/pull/968
3233
[#971]: https://github.com/stackabletech/kafka-operator/pull/971
34+
[#972]: https://github.com/stackabletech/kafka-operator/pull/972
3335
[#973]: https://github.com/stackabletech/kafka-operator/pull/973
3436
[#976]: https://github.com/stackabletech/kafka-operator/pull/976
3537

Cargo.lock

Lines changed: 129 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)