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

Env variable #662

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Env variable #662

wants to merge 4 commits into from

Conversation

abhinavs1920
Copy link

PR Description

This PR adds support for fetching environment variables directly from the OS in API Dash. Users can now specify in the environment manager that a variable should be pulled from the system's environment variables instead of being stored in API Dash. The feature enhances security by allowing users to reference sensitive credentials (e.g., API keys, tokens, passwords) without exposing them in the app.

Related Issues

Checklist

  • I have gone through the contributing guide
  • I have updated my branch and synced it with project main branch before making this PR
  • I am using the latest Flutter stable branch (run flutter upgrade and verify)
  • I have run the tests (flutter test) and all tests are passing

Added/updated tests?

  • Yes
  • No, and this is why: Will include the tests as soon as my approach will be accepted

OS on which you have developed and tested the feature?

  • Windows
  • macOS
  • Linux

@abhinavs1920
Copy link
Author

@ashitaprasad
Please check!
I am excited to get corrections and work on them.
Thanks.

@ashitaprasad
Copy link
Member

Resolve the code conflicts with the latest main branch.

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

Successfully merging this pull request may close these issues.

Reading environment variables directly from OS environment
2 participants