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

Add Django Debug Toolbar to staging #146

Open
dawnwages opened this issue Dec 11, 2023 · 1 comment
Open

Add Django Debug Toolbar to staging #146

dawnwages opened this issue Dec 11, 2023 · 1 comment
Assignees
Labels

Comments

@dawnwages
Copy link
Collaborator

I think it's the IP address of the staging site missing from indymeet.settings.base.INTERNAL_IPS

@dawnwages dawnwages self-assigned this Dec 11, 2023
@tim-schilling
Copy link
Member

INTERNAL_IPS is the list of IP addresses for the users who should be able to access the toolbar, not the IP of the server. It's a bit annoying to deal with and I generally recommend not using it in a remote environment.

@dawnwages dawnwages added the CICD label Dec 25, 2023
tim-schilling added a commit that referenced this issue Jan 11, 2024
The django debug toolbar should not be run in a production environment
and should only be enabled in remove environments temporarily. It can
expose sensitive information and if we're using a clone of the production
data in a staging environment, it could expose prod data.

References #146
tim-schilling added a commit that referenced this issue Jan 13, 2024
The django debug toolbar should not be run in a production environment
and should only be enabled in remove environments temporarily. It can
expose sensitive information and if we're using a clone of the production
data in a staging environment, it could expose prod data.

References #146
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants