canonical / opensearch-operator

OpenSearch operator
Apache License 2.0
12 stars 7 forks source link

[TECH DEBT] Add unit test coverage for CA rotation workflow #415

Closed reneradoi closed 2 months ago

reneradoi commented 2 months ago

With https://github.com/canonical/opensearch-operator/pull/353 we added the functionality to rotate the TLS Certificate Authority (CA) and renew the TLS certificates used in Opensearch and our operator. As part of the PR, integration test coverage has been provided. Due to time restrictions, unit test coverage could not be added and is now missing.

To reduce risk when making changes to the workflow, a solid coverage of the feature with unit tests is required. This should be added soon.

syncronize-issues-to-jira[bot] commented 2 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/DPE-5266.

This message was autogenerated

reneradoi commented 2 months ago

Was already addressed in https://github.com/canonical/opensearch-operator/pull/353.