spetriuk / sops-intellij-plugin

Plugin for Intellij Idea IDE to use sops for encrypting and decrypting files
MIT License
8 stars 2 forks source link

Add AWS profile configuration settings #9

Closed spetriuk closed 8 months ago

spetriuk commented 8 months ago

Add an ability to run sops command with the AWS profile specified:

sops -d -i file.yaml  --aws-profile <your_profile_name>

or

export AWS_PROFILE=<your_profile_name> && sops -d -i file.yaml