sops icon indicating copy to clipboard operation
sops copied to clipboard

VScode and AWS SSO

Open jdomag opened this issue 1 year ago • 1 comments

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?

jdomag avatar Oct 28 '24 17:10 jdomag

I think it's related to https://github.com/getsops/sops/issues/1446

jdomag avatar Oct 29 '24 09:10 jdomag