VScode and AWS SSO
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.1k
- Forks
- 1.1k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
Does anybody know how to configure VSCode to work with AWS SSO?
I use the config
creation_rules:
- path_regex: .*dev/secrets.yaml$
key_groups:
- kms:
- arn: 'arn:aws:kms:eu-central-1:123456:alias/development-sops'
aws_profile: development
And manual encryption/decryption works fine, however it breaks VSCode extension: https://github.com/signageos/vscode-sops
I can't make it work with above profile.
How to use SOPS with VSCode and AWS SSO in an elegant way?
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 with the vscode-sops extension and the shown creation_rules configuration, comparing its behavior with the manual encryption/decryption that works. Determine how the development AWS SSO profile is exposed to the extension; done means the extension works with that profile. No SOPS source file or test is named.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, vscode
- Domain
- cloud, devops, security, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100