sapcc / digicert-issuer

External Issuer extending the cert-manager with the DigiCert cert-central API.
Apache License 2.0
3 stars 4 forks source link

Remove empty check on IssuerRef.Group when reconciling CR #8

Closed iamfauz closed 5 months ago

iamfauz commented 7 months ago

When Certificates that do not reference DigicertIssuer are created without explicitly specifying the Group name, the Certificate is incorrectly being reconciled by this controller when instead it should be reconciled by the cert-manager controller.

auhlig commented 7 months ago

When Certificates that do not reference DigicertIssuer are created without explicitly specifying the Group name, the Certificate is incorrectly being reconciled by this controller when instead it should be reconciled by the cert-manager controller.

Closing as discussed in call and outlined in #9.