add support for AWS Secrets Manager
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.1k
- Forks
- 1.1k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
Over in https://github.com/getsops/sops/issues/1105, there is a request to add publish support for AWS Parameter Store. I second that and also need support for AWS Secrets Manager. I was studying how the publish mechanism works and prepared for additional destinations by fixing the destination logic, https://github.com/getsops/sops/pull/1936. I've looked through the open issues and I see mention of a plugin framework, https://github.com/getsops/sops/issues/1352, so that sops doesn't have to support all of these various encrypt / publish mechanisms, but I don't think that work has been completed. Would you be open for contributions that add support for Secrets Manager and/or Parameter Store?
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 existing publish mechanism and the destination-logic changes in pull request #1936, then read issues #1105 and #1352 for the related Parameter Store and plugin proposals. The requested scope is ambiguous between Secrets Manager and Parameter Store, so clarify that before implementation; done means an agreed destination design with support for the selected AWS service.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, go
- Domain
- cloud, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100