Skip to content

Commit

Permalink
Add enabling of cortex
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Nov 23, 2024
1 parent 775492b commit 6613b12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/policies.sql
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ ALTER USER RECOVER_SERVICE SET AUTHENTICATION POLICY service_account_authenticat
ALTER USER DPE_SERVICE SET AUTHENTICATION POLICY service_account_authentication_policy;
ALTER USER AD_SERVICE SET AUTHENTICATION POLICY service_account_authentication_policy;
ALTER USER THOMASYU888 SET AUTHENTICATION POLICY service_account_authentication_policy;

USE ROLE ACCOUNTADMIN;
ALTER ACCOUNT SET CORTEX_ENABLED_CROSS_REGION = 'ANY_REGION';

0 comments on commit 6613b12

Please sign in to comment.