API Connect

API Connect

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#API Connect
#Applicationintegration
#APIConnect
 View Only
  • 1.  APIC deployment problem: Developer portal

    Posted 10/29/20 08:59 AM

    Dear friends!

    I try to installing the APIC (IBM API Connect) on new OKD 4.5 cluster via cluster operators. I'm using "IBM Knowledge Center - https://www.ibm.com/support/knowledgecenter/en/SSMNED_v10/com.ibm.apic.install.doc/tapic_install_OpenShift_online.html" installation guide and when I try to make command:

    oc create -f ingress-issuer-v1-alpha1.yaml -n cp4i

    I obtain an error: Error from server (NotAcceptable): error when creating "ingress-issuer-v1-alpha1.yaml": admission webhook "webhook.certmanager.k8s.io" denied the request: spec: Required value: at least one issuer must be configured

    What I can solve this? Please help me for this.

    Regards, George



    #APIConnect
    #Support
    #SupportMigration


  • 2.  RE: APIC deployment problem: Developer portal
    Best Answer

    Posted 11/12/20 09:04 PM

    Hi George,

    You need to create an Issuer first:

    https://cert-manager.io/docs/configuration/

    Hope this helps.

    Cheers

    Dan



    #APIConnect
    #Support
    #SupportMigration


  • 3.  RE: APIC deployment problem: Developer portal
    Best Answer

    Posted 11/12/20 09:25 PM

    Actually, I just figured out the problem - in the file you have, there's a typo. The "{}" is missing on line 7:

    < selfSigned: {} --- > selfSigned:

    Add in the "{}" and this will work.

    Cheers

    Dan



    #APIConnect
    #Support
    #SupportMigration


  • 4.  RE: APIC deployment problem: Developer portal
    Best Answer

    Posted 12/09/20 04:26 PM

    Thanks you! It's works! But IBM Support not answered me like you( Thabks alot!



    #APIConnect
    #Support
    #SupportMigration