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

An OpenShift controller using the Operator SDK for managing TLS certficate lifecycle

Results 26 cert-operator issues
Sort by recently updated
recently updated
newest added

## Description of Issue After [go-config](https://github.com/micro/go-config) v0.7.0, our operator breaks on startup citing that there is no provider configured. ## How to Reproduce Update the following constraint in `Gopkg.toml` from...

bug
good first issue

Before updating a route we should validate the certificate is trusted by the ca

Hostnames/common-name cannot be over 64 characters (see RFC 3280 page 103). We should provide a warning when requesting a CSR over 64 characters

these certificates can then be used for mutual auth.

This is a request from a customer. venafi apparently supports the ability to pas additional metadata when requesting a certificate (I can't find the official API documentation). This metadata will...

it should be possible to be able to define team-level credential for connection to CAs as opposed to cluster level one. This allows better multi-tenancy and accountability on the CAs...

Follwing this operator as an example, we should swap out the default logger for logrus, as it gives us better support for log levels.

enhancement

We recently had something break, and did not know it did. I would like to see an e2e test developed for the venafi provider. It looks like its possible to...

enhancement

We should use travis to run `oc cluster up`, then kick off the e2e tests. Should be pretty straightforward.

enhancement