Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T14:55:59.000Z (6 months ago)
- Last Synced: 2024-05-21T20:33:56.748Z (6 months ago)
- Topics: authorization, cert-manager, kubernetes
- Language: Go
- Homepage: https://cert-manager.io/docs/policy/approval/approver-policy/
- Size: 1.59 MB
- Stars: 63
- Watchers: 8
- Forks: 22
- Open Issues: 11
-
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).