Skip to content
New issue

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

Support for secret values to prevent commiting them to repository #44

Closed
FercoCQ opened this issue Nov 12, 2023 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@FercoCQ
Copy link

FercoCQ commented Nov 12, 2023

Is your feature request related to a problem?

Security issues may arise due to commiting secret keys or passwords to a VCS.

Describe the solution you'd like

A way to define variables with secret values, so they aren't commited to the repository even if the Save functionality is used.
As a partial solution, these values could be stored in a folder that isn't typically commited, like the .idea folder.

Additional context

No response

@FercoCQ FercoCQ added the enhancement New feature or request label Nov 12, 2023
@AntonShuvaev
Copy link
Owner

Hello,

The variables are separated into 'Local' and 'Shared'. Shared variables are saved in sync files, while local variables are securely stored on your machine. This way, sensitive information like secret keys or passwords is not committed to the VCS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants