-
Story
-
Resolution: Unresolved
-
Normal
-
MCE 2.8.0
-
2
-
False
-
None
-
False
-
-
-
-
Installer Sprint 2024-45, Installer Sprint 2024-46
-
None
Value Statement
By watching the secret that is referenced by the DiscoveryConfig, the Discovery operator can validate the secret's data keys whenever it is updated or created, ensuring proper configuration for Discovery. This will enhance the operator’s responsiveness to changes and ensure the cluster remains correctly configured.
Definition of Done for Engineering Story Owner (Checklist)
- [] A watcher is implemented in the Discovery operator that monitors secret only when it is associated with a DiscoveryConfig resource.
- [] Upon secret update or creation, the operator reconciles and logs that the secret was updated or created.
Development Complete
- The code is complete.
- Functionality is working.
- Any required downstream Docker file changes are made.
Tests Automated
- [ ] Unit/function tests have been automated and incorporated into the
build. - [ ] 100% automated unit/function test coverage for new or changed APIs.
Secure Design
- [ ] Security has been assessed and incorporated into your threat model.
Multidisciplinary Teams Readiness
- [ ] Create an informative documentation issue using the Customer
Portal Doc template that you can access from [The Playbook](
and ensure doc acceptance criteria is met.
- Call out this sentence as it's own action:
- [ ] Link the development issue to the doc issue.
Support Readiness
- [ ] The must-gather script has been updated.
- relates to
-
ACM-13430 Enhance Discovery UI to support OCM ServiceAccount authentication
- Review