liquidmetal-dev / liquidmetal-dev/battery
TLS certificate rotation / dynamic reload for mTLS
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- Avg merge
- 2h 13m
- Merged PRs (30d)
- 33
Description
poolmgrd currently supports mTLS + insecure mode (#14, closed), but certs presumably require a restart to rotate. Add dynamic reload of server/CA certs on file change or SIGHUP so certs can be rotated without downtime.
Contributor guide
No contributing guide indexed for this repository
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 at poolmgrd’s mTLS setup and review issue #14’s prior implementation context to find how server and CA certificates are loaded. Confirm the chosen file-change or SIGHUP trigger, then verify that rotating both certificates takes effect without restarting or interrupting service.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, grpc
- Domain
- api, backend, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100