-
Notifications
You must be signed in to change notification settings - Fork 16
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
FIPS cryptography compatible deployments #688
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good find; that looks like can occur with django runserver. https://stackoverflow.com/questions/33814615/ I fixed with an enviro variable, which only persists for this processes runtime environment. |
Enable options to deploy application with FIPS mode enabled on RHEL8 (tldr; no md5 or insecure cryptographic hashing for security uses)
Bonus - add environment variables for "staging" environment settings
To enable:
You should see a
FIPS monkeypatch enabled...
(usingprint
b/c logging isn't enabled yet), when starting a dev server: