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

move SECRET_KEY out of settings.py #17

Open
jdugan1024 opened this issue Apr 4, 2014 · 1 comment
Open

move SECRET_KEY out of settings.py #17

jdugan1024 opened this issue Apr 4, 2014 · 1 comment

Comments

@jdugan1024
Copy link
Contributor

The Django SECRET_KEY should be set to a distinct secret value for each instance of esmond. Currently there is a single key in settings.py. Move this setting to esmond.conf and provide docs on generating it.

@arlake228
Copy link
Contributor

Under utils of the andy-perfsonar-ma branch there is a script called gen_secret_key that might be useful. The rpm runs it but you can also run it by hand.

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