launchiamenterprise / keyrunner

KeyRunner: A secure, codeless VS Code extension for API testing & Designing. Features include data encryption at rest, sensitive data masking, and the innovative Playground for chaining API requests without coding
https://keyrunner.app
MIT License
12 stars 1 forks source link

Git integration needed for environments #13

Closed matthewhillesheim closed 2 months ago

matthewhillesheim commented 3 months ago

Environments are vital for collab work between teams, I hope this was just an oversite to not include this in Git.

I see that collections and playgrounds are enabled with GIT but not environments...

launchiamenterprise commented 3 months ago

We deliberately ignored environment variables in the Git push because they often contain sensitive information like secret keys and API keys. Including them could pose a security risk.

We are still collecting feedback and will come up with a secure solution for handling environment variables when pushing them to git.

launchiamenterprise commented 3 months ago

@matthewhillesheim As a work around we have introduced exporting environment variables with v1.0.50 for team collaboration and also introduced Vault integration to securely store and use environment variables.

https://docs.keyrunner.app/docs/hashicorp.html