cert-utils-operator icon indicating copy to clipboard operation
cert-utils-operator copied to clipboard

Set of functionalities around certificates packaged in a Kubernetes operator

Results 45 cert-utils-operator issues
Sort by recently updated
recently updated
newest added

OpenShift adds openshift-service-ca.crt ConfigMap in all namespaces. It'd be great if there is an annotation that can be used to populate destinationCACertificate of a route and update the route when...

This PR adds an annotation that allows using a different alias for the keystores

Affected version: 1.3.9, 1.3.0 (not verified others) I'm seeing about 20 lines per second with DEBUG messages like this: ``` 2022-04-22T12:09:28.875Z DEBUG util.api object is not ConditionsAware, not setting status...

Hi there! We've had several users ask for support for OpenShift `Route` support in cert-manager, e.g.: https://github.com/jetstack/cert-manager/issues/1064. While we are unwilling to add support for other CRDs directly into cert-manager,...

The following kustomization file references a `Service` with a generic name (`controller-manager-metrics-service`). https://github.com/redhat-cop/cert-utils-operator/blob/f471876d07cd35a27cc8e0b176c5ef5afa52727f/config/default/kustomization.yaml#L48-L59 This doesn't work because we need to use unique names for the `Service` definitions in case multiple...

Hi - We are on OpenShift 4.8.35 and updated our cert-utils to 1.3.10 in all our environments. But we are getting an alert message that the cert-utils metrics is down....

I've configured `enableCertManager=true` in my helm values. I discovered the Service `cert-utils-operator-controller-manager-metrics-service` has the `service.alpha.openshift.io/serving-cert-secret-name: cert-utils-operator-certs` annotation. and additionally the Certificate resource `metrics-serving-cert` is created which also points to the...

We opened an issue to jetstack guy, about a changed they've made recently in cert-manager. See our case : https://github.com/cert-manager/cert-manager/issues/4829. Problem since we upgrade from cert-manager 1.2.0 to 1.6.1 To...

ca_bundles are public info and there is a trend now make them available in configmaps rather than secrets. Cert-uitls should support injecting ca_bundles from configmaps. A single configmap to secret...

enhancement

When creating a Secret, you can specify its type using the type field of a Secret resource, or certain equivalent kubectl command line flags (if available). The type of a...