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

Add support for global variables #46

Closed zachdev closed 1 month ago

zachdev commented 1 month ago

We have variables/secrets that are shared across collections and environments. As of now, we are needing to duplicate these values in many places.

It would be great to have the functionality to define "global" variables that are accessible from any collection/environment - similar to Postman - to avoid duplications of secrets/variables.

launchiamenterprise commented 1 month ago

@zachdev Currently, environment variables are global and can be accessed across all collections. We're also working on adding support for collection level variables as outlined in this issue -https://github.com/launchiamenterprise/keyrunner/issues/48 . Could you clarify if your request is about needing global variables beyond what’s already available? This will help us understand if its a duplicate or a different request.

launchiamenterprise commented 1 month ago

Issue is addressed with https://github.com/launchiamenterprise/keyrunner/issues/48