-
Notifications
You must be signed in to change notification settings - Fork 448
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
Reading environment variables directly from OS environment #600
Comments
I would like to work on this issue. |
I'm interested in working on this! Could you elaborate more on the details? |
@PramodMagadum Environment variable values are specified by the end user in the environment manager page. |
@ashitaprasad Got it, I will look into it and I will get started with working on it |
@ashitaprasad I have completed the basic implementation, and it is running successfully on Windows. However, I don't have access to Mac or Linux to test it. Can anyone guide me on how to check its functionality on other platforms? |
@PramodMagadum You can test it on Linux using VM. Post which you can send a PR which we will test on macOS |
Tell us about the task you want to perform and are unable to do so because the feature is not available
It would be great if API Dash has the ability to read environment variables from the operating system. This way it can access security credentials (like a password) and other system level variables.
The text was updated successfully, but these errors were encountered: