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

feat: MAINTENANCE_MODE enabled default SESSIONS_ROOT to /tmp if not set #9

Open
wants to merge 1 commit into
base: suse-main
Choose a base branch
from

Conversation

josegomezr
Copy link

This avoids the condition where the instance is started with MAINTENANCE_MODE and the django sessions engine is still django.contrib.sessions.backends.db.

This avoids the condition where the instance is started with
MAINTENANCE_MODE and the django sessions engine is still
`django.contrib.sessions.backends.db`.
@tacerus
Copy link
Member

tacerus commented Feb 27, 2025

Hi,

I am not a fan of world-writable /tmp, is there a better place for this?
Also, would this not be a good candidate to submit upstream instead, or is it something specific to our environment?

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

Successfully merging this pull request may close these issues.

2 participants