cert-manager / approver-policy

approver-policy is a cert-manager approver that allows users to define policies that restrict what certificates can be requested.
https://cert-manager.io/docs/policy/approval/approver-policy/
Apache License 2.0
66 stars 23 forks source link
authorization cert-manager kubernetes

cert-manager project logo

approver-policy godoc Go Report Card Artifact Hub govulncheck

approver-policy

approver-policy is a cert-manager approver that is responsible for Approving or Denying CertificateRequests.

approver-policy exposes the CertificateRequestPolicy resource which administrators use to define policy over what, who, and how certificates are signed by cert-manager.


Please follow the documentation at cert-manager.io for installing and using approver-policy.

Makefile modules

This project uses Makefile modules, see the README there for more information. A summary of the available make targets can be found by running make help.

Release Process

The release process is documented in RELEASE.md.