actions / actions/actions-runner-controller
Use cert-controller for certificates
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 6.5k
- Forks
- 1.5k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 27
Description
Is your feature request related to a problem? Please describe.
Currently, the only way to manage certificates for the webhooks is to install cert-manager in the cluster, or manually create certificates. Neither of these are ideal as one creates a dependancy on a third-party tool that many clusters may not have installed, and the other requires manual certificate generation and creation of resources by the operator.
Describe the solution you'd like
Implement cert-controller to manage certificates.
Describe alternatives you've considered
Using a more lightweight certificate management tool but this has the same issue as cert-manager
Additional context
N/A
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's existing webhook certificate management and the linked cert-controller project. No files or tests are named, so identify the relevant controller entry points and current certificate resources first. Done means webhook certificates are managed by cert-controller without requiring cert-manager or manual certificate creation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100