Skip to content
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

Fix CA certs overriding server certs #1747

Merged
merged 3 commits into from
Oct 14, 2024
Merged

Fix CA certs overriding server certs #1747

merged 3 commits into from
Oct 14, 2024

Conversation

Zerpet
Copy link
Collaborator

@Zerpet Zerpet commented Oct 11, 2024

This closes #1616

Note to reviewers: remember to look at the commits in this PR and consider if they can be squashed

Summary Of Changes

  • Remove ineffective test
  • Fix CA certs overriding server certs
  • Regenerate API docs

Additional Context

More information and repro steps in #1616

Local Testing

Unit and integration tests are passing.

This test became ineffective after #1735. We want to enable Web
MQTT/STOMP TLS regardless of whether a CA bundle certificate is
provided. This test was asserting that we enable web stomp/mqqt tls when
the CA bundle is set; however, by not setting the CA bundle, the test
passes anyway. This is not correct, making the test ineffective.
Due to changes in the spec code comments.
@Zerpet Zerpet added this to the v2.11.0 milestone Oct 11, 2024
@Zerpet Zerpet self-assigned this Oct 11, 2024
@Zerpet Zerpet merged commit 766d03d into main Oct 14, 2024
15 checks passed
@Zerpet Zerpet deleted the fix/cluster-operator-1616 branch October 14, 2024 10:18
@lukebakken
Copy link
Contributor

@Zerpet nice fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TLS certificates are overwritten with CA certificates when both secretName and caSecretName are set
4 participants