-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9dd332d
commit b163006
Showing
1 changed file
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,16 +86,19 @@ TO ROLE PUBLIC; | |
|
||
USE ROLE USERADMIN; | ||
CREATE ROLE IF NOT EXISTS masking_admin; | ||
|
||
use role securityadmin; | ||
GRANT ROLE masking_admin | ||
TO ROLE useradmin; | ||
GRANT ROLE masking_admin | ||
TO USER "[email protected]"; | ||
GRANT CREATE MASKING POLICY ON SCHEMA SYNAPSE_DATA_WAREHOUSE.synapse | ||
TO ROLE masking_admin; | ||
USE ROLE accountadmin; | ||
|
||
GRANT ROLE masking_admin | ||
TO USER "[email protected]"; | ||
USE ROLE ACCOUNTADMIN; | ||
|
||
GRANT APPLY MASKING POLICY on ACCOUNT | ||
TO ROLE masking_admin; | ||
to ROLE masking_admin; | ||
|
||
USE ROLE USERADMIN; | ||
|
||
CREATE ROLE IF NOT EXISTS data_engineer; | ||
USE ROLE SECURITYADMIN; | ||
|