You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The registry+v1 bundle format allows bundles to specify web hook definitions. OLMv0 implemented this via its own custom self-signed certificate and custom signing/renewal logic, which has had bugs mainly related to unintended expirations.
In OLMv1, we intend to support these bundles, but the desire is for OLMv1 to delegate to another system for certificate handling. We know of two popular systems for certificate management, and we intend to build support for these as a start:
CNCF's cert-manager
OpenShift's service-ca-operator
The text was updated successfully, but these errors were encountered:
See #749
The registry+v1 bundle format allows bundles to specify web hook definitions. OLMv0 implemented this via its own custom self-signed certificate and custom signing/renewal logic, which has had bugs mainly related to unintended expirations.
In OLMv1, we intend to support these bundles, but the desire is for OLMv1 to delegate to another system for certificate handling. We know of two popular systems for certificate management, and we intend to build support for these as a start:
The text was updated successfully, but these errors were encountered: