Skip to content

cert-manager/approver-policy

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
cmd
 
 
 
 
 
 
 
 
pkg
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cert-manager project logo

approver-policy godoc Go Report Card Artifact Hub

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.

Release Process

There is a semi-automated release process for approver-policy. When you create a Git tag with a tagname that has a v prefix and push it to GitHub. it will trigger the release workflow. This will create and push a Docker image to quay.io/jetstack/cert-manager-approver-policy:${{ github.ref_name }}, create a Helm chart file, and finally create draft GitHub release with the Helm chart file attached and containing a reference to the Docker image.

  1. Create and push a Git tag
export VERSION=v0.5.0-alpha.0
git tag --annotate --message="Release ${VERSION}" "${VERSION}"
git push origin "${VERSION}"
  1. Wait for the release workflow to succeed and if successful, visit the draft release page to download the attached Helm chart attachment.

  2. Create a PR in the jetstack/jetstack-charts repository on GitHub, containing the Helm chart file that is attached to the draft GitHub release. Wait for it to be merged and verify that the Helm chart is available from https://charts.jetstack.io.

  3. Visit the releases page, edit the draft release, click "Generate release notes", and publish the release.

About

approver-policy is a cert-manager approver that allows users to define policies that restrict what certificates can be requested.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published