Mobile-Security-Framework-MobSF icon indicating copy to clipboard operation
Mobile-Security-Framework-MobSF copied to clipboard

[FEATURE] Allow using environment variables to set settings

Open proletarius101 opened this issue 2 years ago • 1 comments

If you're requesting a new feature/enhancement, explain why you'd like it to be added and it's importance.

Is your feature request related to a problem? Please describe. Containers usually use environment variables to configure for easier injection. That's especially useful in the context of CI/CD, where secrets (e.g. VT_API_KEY) should be protected. However, currently mobsf only reads config.py

Describe the solution you'd like Maybe config.py can read the environment variables and inject them

proletarius101 avatar Jan 28 '22 07:01 proletarius101

👋 @proletarius101 Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join MobSF Slack channel Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

github-actions[bot] avatar Jan 28 '22 07:01 github-actions[bot]

Hi @ajinabraham , Should we do it? I can implement it.

sydowma avatar Feb 10 '23 22:02 sydowma

Yes, this is nice to implement

ajinabraham avatar Feb 20 '23 20:02 ajinabraham