API / Venafi Interview questions
What is the purpose of the CyberArk/Venafi Issuer for cert-manager?
The CyberArk Issuer (formerly the Venafi Issuer) is a cert-manager add-on that lets a Kubernetes cluster request certificates from CyberArk Certificate Manager SaaS or Self-Hosted, instead of from a self-signed or ACME-only issuer.
It plugs into cert-manager's standard Issuer/ClusterIssuer custom resources, so from a developer's point of view nothing changes — they still create a Certificate resource and cert-manager still handles renewal — but under the hood, requests are routed through Venafi's policy engine, meaning every certificate a cluster gets still passes through the same approval rules and CA choices the security team defined centrally.
For backward compatibility, it's still configured using the older labels "Venafi Cloud" (for SaaS) and "Venafi TPP" (for Self-Hosted).
More Related questions...