-
Notifications
You must be signed in to change notification settings - Fork 4
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
[SNOW-218] Create proxy admin database role #131
Conversation
admin/ownership_grants/V1.6.3__internamespace_object_ownership_prod.sql
Outdated
Show resolved
Hide resolved
admin/future_grants/V1.6.5__internamespace_object_ownership_prod.sql
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just a few comments. Thanks for working on this ⚡
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
a871eeb
to
0fc32ff
Compare
|
🎉 All dependencies have been resolved ! |
@thomasyu888 now that #133 is merged, it's no longer a blocker for this PR, which looks ready to go. If you're onboard with this I'd like to merge this into |
@jaymedina Feel free to merge! Thanks! |
* Create proxy admin database role * Grant proxy admin role ownership of *ALL_ADMIN roles * Transfer ownership of current and future internamespace objects * address PR comments * bump version to avoid conflict * grant execute managed task privilege to proxy admin
* Create proxy admin database role * Grant proxy admin role ownership of *ALL_ADMIN roles * Transfer ownership of current and future internamespace objects * address PR comments * bump version to avoid conflict * grant execute managed task privilege to proxy admin
* [SNOW-218] Create proxy admin database role (#131) * Create proxy admin database role * Grant proxy admin role ownership of *ALL_ADMIN roles * Transfer ownership of current and future internamespace objects * address PR comments * bump version to avoid conflict * grant execute managed task privilege to proxy admin * bump version and syntax fix
* [SNOW-218] Create proxy admin database role (#131) * Create proxy admin database role * Grant proxy admin role ownership of *ALL_ADMIN roles * Transfer ownership of current and future internamespace objects * address PR comments * bump version to avoid conflict * grant execute managed task privilege to proxy admin * bump version and syntax fix
synapse_data_warehouse/database_roles/V2.38.0__proxy_admin_role.sql
Create the proxy admin database role. Grant ownership and usage to the admin account role. (Will run in both dev and prod).
admin/ownership_grants/V1.6.0__proxy_admin_role_dev.sql
andadmin/ownership_grants/V1.6.1__proxy_admin_role_prod.sql
Grant the proxy admin database role ownership and usage of
*ALL_ADMIN
database roles. Dev and prod, respectively.admin/ownership_grants/V1.6.2__internamespace_object_ownership_dev.sql
andadmin/ownership_grants/V1.6.3__internamespace_object_ownership_prod.sql
Transfer ownership of our internamespace objects from SYSADMIN to the proxy admin database role. Dev and prod, respectively.
admin/future_grants/V1.6.4__internamespace_object_ownership_dev.sql
andadmin/future_grants/V1.6.5__internamespace_object_ownership_prod.sql
Grant ownership of future objects which potentially require internamespace privileges to the proxy admin database role. Dev and prod, respectively.
Depends on #133