-
-
Notifications
You must be signed in to change notification settings - Fork 686
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
insert-row: true
permission at the table level should over-ride insert-row
at the database level
#2402
Comments
Suggestion from Discord:
|
Code in question: datasette/datasette/default_permissions.py Lines 174 to 230 in 1f3fb5f
Documentation: https://github.com/simonw/datasette/blob/1f3fb5f96b3f6e773b8c1b8ec5d8f7516c6860b0/docs/authentication.rst |
insert-row: true
permission at the table level should over-ride inser-row
at the database levelinsert-row: true
permission at the table level should over-ride insert-row
at the database level
…e) will immediately return that value, overriding any other permission checks. Fixes simonw#2402
…e) will immediately return that value, overriding any other permission checks. Fixes simonw#2402
…e) will immediately return that value, overriding any other permission checks. Fixes simonw#2402
…e) will immediately return that value, overriding any other permission checks. Fixes simonw#2402
Reported on Discord: https://discord.com/channels/823971286308356157/823971286941302908/1275585489172435048
This should allow anyone to insert into
my-table
, but it doesn't. I think this is a bug.The text was updated successfully, but these errors were encountered: