We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
I think it's related to #1446
Sorry, something went wrong.
No branches or pull requests
Does anybody know how to configure VSCode to work with AWS SSO?
I use the config
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?
The text was updated successfully, but these errors were encountered: