A Snowflake account is configured with SCIM provisioning for user accounts and has bi-directional synchronization for user identities. An Administrator with access to SECURITYADMIN uses the Snowflake UI to create a user by issuing the following commands:
use role USERADMIN;
create or replace role DEVELOPER_ROLE;
create user PTORRES PASSWORD = 'hello world!' MUST_CHANGE_PASSWORD = FALSE
default_role = DEVELOPER_ROLE;
The new user named PTORRES successfully logs in, but sees a default role of PUBLIC in the web UI. When attempted, the following command fails:
use DEVELOPER_ROLE;
Why does this command fail?
According to the Snowflake documentation1, creating a user with a default role does not automatically grant that role to the user. The user must be explicitly granted the role by the role owner or a higher-level role. Therefore, the USERADMIN role, which created the DEVELOPER_ROLE, needs to explicitly grant the DEVELOPER_ROLE to the new user PTORRES using the GRANT ROLE command. Otherwise, the user PTORRES will not be able to use the DEVELOPER_ROLE and will see the default role of PUBLIC in the web UI. Option A is incorrect because the DEVELOPER_ROLE does not need to be granted to SYSADMIN before user PTORRES can use the role. Option B is incorrect because the new role can take effect immediately after it is created and granted to the user, and does not depend on the USERADMIN role logging out. Option D is incorrect because the new role will not be affected by the identity provider synchronization, as it is created and managed in Snowflake.
Ressie
3 months agoVincent
3 months agoBulah
3 months agoShonda
3 months agoAlexis
4 months agoRosenda
4 months agoGene
4 months agoAlana
5 months agoGlynda
5 months agoReid
5 months agoJulio
5 months agoMargo
5 months agoAmalia
5 months agoSocorro
6 months agoBillye
6 months agoPercy
6 months agoRoxane
6 months agoLera
6 months agoKayleigh
7 months agoTammara
7 months agoAmmie
7 months agoGary
7 months agoCordie
8 months agoEstrella
8 months agoJose
8 months agoSommer
2 months agoKimbery
2 months agoTerrilyn
3 months agoPeggie
3 months agoGlory
7 months ago