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

[POC] Fetch Keys from API and Inject into Environment #252

Open
6 of 10 tasks
surajmaity1 opened this issue Sep 28, 2024 · 0 comments
Open
6 of 10 tasks

[POC] Fetch Keys from API and Inject into Environment #252

surajmaity1 opened this issue Sep 28, 2024 · 0 comments

Comments

@surajmaity1
Copy link

Issue Description

This POC aims to fetch keys from an external API and inject them into the environment. We should securely retrieve keys and load them into environment variables for further application use.

Expected Behavior

  • The fetched keys should be dynamically stored in environment variables.
  • The environment variables should be accessible for configuration or other services across the application.
  • If the API call fails or the keys cannot be fetched, an appropriate error message should be returned, and the server should handle it.

Current Behavior

Screenshots

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.
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

No branches or pull requests

1 participant