Skip to content

Kubernetes Operator to remove deleted certificate objects from Venafi

Notifications You must be signed in to change notification settings

devonwarren/venafi-cleanup-k8s-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This operator will listen to any certificate object in k8s and upon deletion will also delete from Venafi

Installation steps:

  1. Add CA certificate (if using internal CA) using
kubectl create secret generic venafi-cert -n cert-manager \
  --from-file=cert=path/to/cert/file
  1. Modify any environment variables in the deployment.yaml file necessary (such as VENAFI_DNS_DOMAIN)

  2. Deploy the operator into cert-manager:

kubectl apply -f rbac.yaml
kubectl apply -f deployment.yaml

About

Kubernetes Operator to remove deleted certificate objects from Venafi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published