Coder Social home page Coder Social logo

Is this project alive? about adcs-issuer HOT 7 OPEN

nokia avatar nokia commented on July 23, 2024
Is this project alive?

from adcs-issuer.

Comments (7)

makeacode avatar makeacode commented on July 23, 2024 1

I've just yesterday got your fork working within my EKS cluster. I had a serious problem of infinite looping when using cert-manager 1.16.0 helm chart, but after upgrade to 1.16.1 all is good...thanks much.

from adcs-issuer.

SimeonPoot avatar SimeonPoot commented on July 23, 2024

seems to be stopped, 7months of no activity. I've forked the repo a while ago and made it working. You can check it out.
Will create a PR, when I'm finished.

from adcs-issuer.

stanislaw55 avatar stanislaw55 commented on July 23, 2024

Hi @SimeonPoot,
thanks for answer. I definitely take a look.

from adcs-issuer.

SimeonPoot avatar SimeonPoot commented on July 23, 2024

What seemed to be the fix? Was it in cert-manager itself? Next step before I will create a PR to this repo is to get the template variable on the issuer. In stead of within the controller-manager.
Ps! Good to know to update to 1.16.1!

from adcs-issuer.

makeacode avatar makeacode commented on July 23, 2024

I believe the only change i made was the upgrade to 1.16.1 because it definitely wasn't working before that. I just started messing with the ingress-shim and that doesn't seem to work... the following annotations

cert-manager.io/cluster-issuer: rootca
cert-manager.io/issuer-kind: "ClusterAdcsIssuer"
cert-manager.io/issuer-group: "adcs.certmanager.csf.nokia.com"

results in the following error:

E0826 17:21:14.389154 1 sync.go:54] cert-manager/controller/ingress-shim "msg"="failed to determine issuer to be used for ingress resource" "error"="both \"cert-manager.io/cluster-issuer\" and \"cert-manager.io/issuer-group\" may not be set, both \"cert-manager.io/cluster-issuer\" and \"cert-manager.io/issuer-kind\" may not be set" "resource_kind"="Ingress" "resource_name"="test-certificate" "resource_namespace"="docker-registry"

if I make the changes it suggests and remove the issuer-group and issuer-kind it generates the Certificate instance with the incorrect Group and Kind settings (as you might expect):

  Issuer Ref:
    Group:      cert-manager.io
    Kind:       ClusterIssuer
    Name:       rootca

removing the cluster-issuer and leaving the issuer-group and issuer-kind properties doesn't seem to do anything

from adcs-issuer.

makeacode avatar makeacode commented on July 23, 2024

Ok....I figured out my problem...do not use the cluster-issuer even though it feels like you should. The following settings DO work:

cert-manager.io/issuer: rootca
cert-manager.io/issuer-kind: "ClusterAdcsIssuer"
cert-manager.io/issuer-group: "adcs.certmanager.csf.nokia.com"

from adcs-issuer.

SimeonPoot avatar SimeonPoot commented on July 23, 2024

Nice one. I had to figure that out too. Maybe good idea to catch it in the Readme.
Haven't got the custom ingress-certmanager annotations working with the ADCS-issuer.

from adcs-issuer.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.