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

Reading environment variables directly from OS environment #600

Open
ashitaprasad opened this issue Feb 22, 2025 · 7 comments
Open

Reading environment variables directly from OS environment #600

ashitaprasad opened this issue Feb 22, 2025 · 7 comments
Labels
good first issue Good for newcomers

Comments

@ashitaprasad
Copy link
Member

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.

@ashitaprasad ashitaprasad added enhancement New feature or request FOSSHack2025 good first issue Good for newcomers labels Feb 22, 2025
@Jaishree2310
Copy link

I would like to work on this issue.
Please assign me.

@ashitaprasad
Copy link
Member Author

@ashitaprasad ashitaprasad removed FOSSHack2025 enhancement New feature or request labels Feb 27, 2025
@PramodMagadum
Copy link

I'm interested in working on this! Could you elaborate more on the details?

@ashitaprasad
Copy link
Member Author

ashitaprasad commented Mar 2, 2025

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.
The goal is to add some provision where the user can specify that the value must be picked from OS environment. Things like tokens, passwords, etc are stored by many users in OS environment.

@PramodMagadum
Copy link

@ashitaprasad Got it, I will look into it and I will get started with working on it

@PramodMagadum
Copy link

@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?

@ashitaprasad
Copy link
Member Author

@PramodMagadum You can test it on Linux using VM. Post which you can send a PR which we will test on macOS

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

No branches or pull requests

3 participants