-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Cleanup file access control #5039
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 334fc3d - Browse repository at this point
Copy the full SHA 334fc3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6611817 - Browse repository at this point
Copy the full SHA 6611817View commit details -
Change catalog check to match other checks
Place check catalog method near other checks
Configuration menu - View commit details
-
Copy full SHA for e10a04b - Browse repository at this point
Copy the full SHA e10a04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b1afc - Browse repository at this point
Copy the full SHA 06b1afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4dc78 - Browse repository at this point
Copy the full SHA 9e4dc78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f846b2 - Browse repository at this point
Copy the full SHA 4f846b2View commit details -
Change file access control to consistently use snake case
Old camel case names are still supported
Configuration menu - View commit details
-
Copy full SHA for 1c65efa - Browse repository at this point
Copy the full SHA 1c65efaView commit details -
Fix file access control for table create and rename checks
Changed file based access control to check for table ownership to create, rename, or drop tables or views.
Configuration menu - View commit details
-
Copy full SHA for 162f3fe - Browse repository at this point
Copy the full SHA 162f3feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a0325 - Browse repository at this point
Copy the full SHA a5a0325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f61cd - Browse repository at this point
Copy the full SHA 78f61cdView commit details -
Filter tables in file access control
Only show tables the user has permissions on
Configuration menu - View commit details
-
Copy full SHA for 4b83065 - Browse repository at this point
Copy the full SHA 4b83065View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf812ba - Browse repository at this point
Copy the full SHA cf812baView commit details -
Allow all catalog access by default in file-based access control
If no catalog rules are defined, allow all catalog access
Configuration menu - View commit details
-
Copy full SHA for 41aa1f9 - Browse repository at this point
Copy the full SHA 41aa1f9View commit details -
Simplify table and schema rules in file system access control
Table and schema default to allow if there are no rules defined, so replace Optional empty with an allow allow rule
Configuration menu - View commit details
-
Copy full SHA for a65adc6 - Browse repository at this point
Copy the full SHA a65adc6View commit details -
Change catalog file access default to allow for no rules
System access control defaults to allow if no rules are defined for table, schema, and session property
Configuration menu - View commit details
-
Copy full SHA for 4c24f4f - Browse repository at this point
Copy the full SHA 4c24f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6039d26 - Browse repository at this point
Copy the full SHA 6039d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for a94a921 - Browse repository at this point
Copy the full SHA a94a921View commit details -
Deny grant and revoke for catalog file access control
Catalog file access control is static and not used in combination with other access control systems, so grant and revoke are denied.
Configuration menu - View commit details
-
Copy full SHA for 7cc4a2b - Browse repository at this point
Copy the full SHA 7cc4a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8da3dd - Browse repository at this point
Copy the full SHA b8da3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bc95a - Browse repository at this point
Copy the full SHA a4bc95aView commit details