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

Insights pulling SCA certs - graduation criteria update #960

Merged
merged 1 commit into from
Dec 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion enhancements/insights/pulling-sca-certs-from-ocm.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This feature is planned as a technical preview in OCP 4.9 and is planned to go G

#### Tech Preview -> GA
- ~~`Share` resource object is automatically created by the Insights Operator~~ - This is no longer the GA requirement. `Share` object will still be a tech preview and can be added later by different component (from Build team)
- inform a cluster user about the error state (problem with pulling the certificates)
- inform a cluster user about the error state (problem with pulling the certificates) - The OCM API returns HTTP 404 if the entitlement certificates are not enabled for the corresponding organization. To inform user/cluster admin about this fact, we can create a new ClusterOperator condition (e.g "SCANotAvailable") and create a new info alert based on this new condition.
- the documentation is revisited and updated
- the use of SCA certs in the `Build` is documented in the Build API documentation
- the feature might be moved to a different OCP component - discussed after Tech preview with following points:
Expand Down