-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store Kafka node certificates in separate Secrets #10967
Conversation
9bce375
to
478869b
Compare
/azp run regression |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
There seems to be quite a lot of test failures. I don't think they necessarily indicate issues with the production code. But it looks like you would need to do some updates to the STs (or sync with @strimzi/system-test-contributors to have them done here). |
The implementation looks good to me but I will have another pass when STs are green. Thanks! |
/azp run regression |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run regression |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
@scholzj @ppatierno the regression and upgrade tests are now passing |
cluster-operator/src/main/java/io/strimzi/operator/cluster/model/ClusterCa.java
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/security/custom/CustomCaST.java
Show resolved
Hide resolved
documentation/modules/security/ref-certificates-and-secrets.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/configuring/ref-list-of-kafka-cluster-resources.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/security/ref-certificates-and-secrets.adoc
Outdated
Show resolved
Hide resolved
...t/java/io/strimzi/operator/cluster/operator/assembly/KafkaAssemblyOperatorKRaftMockTest.java
Show resolved
Hide resolved
...r-operator/src/test/java/io/strimzi/operator/cluster/operator/assembly/CaReconcilerTest.java
Outdated
Show resolved
Hide resolved
...er-operator/src/main/java/io/strimzi/operator/cluster/operator/assembly/KafkaReconciler.java
Show resolved
Hide resolved
cluster-operator/src/main/java/io/strimzi/operator/cluster/model/KafkaCluster.java
Show resolved
Hide resolved
...er-operator/src/main/java/io/strimzi/operator/cluster/operator/assembly/KafkaReconciler.java
Outdated
Show resolved
Hide resolved
/azp run regression |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Katherine Stanley <[email protected]>
Signed-off-by: Katherine Stanley <[email protected]>
Signed-off-by: Katherine Stanley <[email protected]>
Signed-off-by: Katherine Stanley <[email protected]>
Signed-off-by: Katherine Stanley <[email protected]>
65aadd4
to
e905a54
Compare
Signed-off-by: Katherine Stanley <[email protected]>
/azp run regression |
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @katheris. LGTM
@katheris Should we merge it? Or do you want to wait for @ppatierno? |
@katheris please wait it's on my to-do list for tomorrow morning. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I left just one nit. Thanks!
...er-operator/src/main/java/io/strimzi/operator/cluster/operator/assembly/KafkaReconciler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Katherine Stanley <[email protected]>
@ppatierno @scholzj @tinaselenge FYI I pushed one last change to make the |
@katheris You can merge this, yes. |
Type of change
Select the type of your PR
Description
Store Kafka node certificates in separate Secrets rather than in a single shared Secret.
This addresses issue #7687
Checklist
Please go through this checklist and make sure all applicable tasks have been done