Switch to using parameter store for storing secrets
Open
@LDiazN is already working on this.
Since Jan 23, 2025.
feature
funder/otffoss2025
- Dominant language
- HCL
- Stars
- 4
- Forks
- 15
- Avg merge
- 1h 50m
- Merged PRs (30d)
- 4
Description
We should switch to using parameter store in AWS instead of secrets manager. Secrets manager costs 0.4 $ per secret and the cost is adding up. OTOH parameter store has very similar security properties (actually the same for our use-case since we don't make use of the secret policies).
This should lead us to cut a bit of costs.
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.
Assessment
This issue has not been assessed yet.