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

Store keys in environment variables #70

Open
xeroxzen opened this issue Oct 18, 2024 · 3 comments
Open

Store keys in environment variables #70

xeroxzen opened this issue Oct 18, 2024 · 3 comments

Comments

@xeroxzen
Copy link

To enhance security and maintainability, we need to store sensitive information such as API keys, database credentials, and other configuration secrets in environment variables instead of hardcoding them in the codebase.

@terrameijar
Copy link
Collaborator

@xeroxzen good call. Do you have specific hardcoded secrets in mind?

@xeroxzen
Copy link
Author

@terrameijar the one in the settings.py file or it's not important. Can't we use something like decouple or env variables to have it hidden?

@terrameijar
Copy link
Collaborator

@xeroxzen we can and we should! Please create a PR for it.

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

2 participants