https://github.com/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://github.com/cert-manager/approver-policy
authorization cert-manager kubernetes
Last synced: 3 months ago
JSON representation
approver-policy is a cert-manager approver that allows users to define policies that restrict what certificates can be requested.
- Host: GitHub
- URL: https://github.com/cert-manager/approver-policy
- Owner: cert-manager
- License: apache-2.0
- Created: 2021-03-19T14:25:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T00:34:00.000Z (3 months ago)
- Last Synced: 2026-03-03T03:41:33.818Z (3 months ago)
- Topics: authorization, cert-manager, kubernetes
- Language: Go
- Homepage: https://cert-manager.io/docs/policy/approval/approver-policy/
- Size: 2.66 MB
- Stars: 86
- Watchers: 6
- Forks: 31
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# approver-policy
approver-policy is a [cert-manager](https://cert-manager.io) approver that is
responsible for [Approving or Denying
CertificateRequests](https://cert-manager.io/docs/concepts/certificaterequest/#approval).
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](https://cert-manager.io/docs/usage/approver-policy/) for
installing and using approver-policy.
## Makefile modules
This project uses [Makefile modules](https://github.com/cert-manager/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](RELEASE.md).