Skip to content

Commit c3412f4

Browse files
committed
Grant roles to service accounts
1 parent c8f5230 commit c3412f4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

admin/grants.sql

+7-1
Original file line numberDiff line numberDiff line change
@@ -642,4 +642,10 @@ GRANT EXECUTE MANAGED TASK
642642
GRANT EXECUTE MANAGED TASK
643643
ON ACCOUNT
644644
TO DATABASE ROLE SYNAPSE_DATA_WAREHOUSE_DEV.ALL_ADMIN;
645-
USE ROLE SECURITYADMIN;
645+
USE ROLE SECURITYADMIN;
646+
647+
-- Grant appropriate roles to our service accounts
648+
GRANT ROLE ACCOUNTADMIN
649+
TO USER ADMIN_SERVICE;
650+
GRANT ROLE DATA_ENGINEER
651+
TO USER DEVELOPER_SERVICE;

0 commit comments

Comments
 (0)