-
Spike
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
2
-
False
-
None
-
False
-
-
-
-
None
Value Statement
Everytime you create/import a cluster in ACM, you need to insert an OAuth APP resource into a GitHub organization to grant the organization users access.
Definition of Done for Engineering Story Owner (Checklist)
- When a NEW ManagedCluster is created, if the oidc.open-cluster-management.io/github-enable: true is set, a NEW OAuth App record is created and the appropriate OAuth OpenShift CR is 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.
Support Readiness
- [ ] The must-gather script has been updated.