Add support and tests for running on windows
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.1k
- Forks
- 1.1k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
Although sops is designed for Lunix/WSL/bash it would be nice to support Windows\PowerShell
My current workaround is to duplicate the paths. (I don't really want to do a hectic regex)
- path_regex: .*/rings/dev/.*
azure_keyvault: https://blah
- path_regex: .*\\rings\\dev\\.*
azure_keyvault: https://blah
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 reproducing the path_regex examples on Windows or PowerShell and trace how sops evaluates file paths. Review the existing path-matching behavior and test coverage; done means Windows-style paths work without duplicating configuration and tests cover the supported path forms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, powershell
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100