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

Document the "execute_sql" permission #112

Closed
toolness opened this issue May 18, 2021 · 0 comments
Closed

Document the "execute_sql" permission #112

toolness opened this issue May 18, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@toolness
Copy link
Contributor

Hello! I noticed that the "security" section of the documentation says the following:

Access to the dashboard is controlled by Django’s permissions system, which means you can limit access to trusted team members.

However, it doesn't mention what the permission is called. From looking at the source, it appears this permission is called execute_sql:

permissions = [("execute_sql", "Can execute arbitrary SQL queries")]

Should this permission be mentioned by name in the documentation? And should the "quick start" mention it too? Or is it already mentioned somewhere and I just missed it?

@simonw simonw added the documentation Improvements or additions to documentation label May 18, 2021
@simonw simonw closed this as completed in fde059b May 25, 2021
simonw added a commit that referenced this issue May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants