Documentation
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

SUNDECK$ENABLE_SNOWFLAKE_SSO

For a sundeck account created with email based signup, use this system function to enable snowflake sso integration. This allows other users of the snowflake account to login to the sundeck UI using the tenant URL and snowflake SSO.

Note that only users with sundeck admin grants can access the sundeck UI.

A role used to execute this SQL command must have the "CREATE INTEGRATION" privileges.

Example:

select SUNDECK$ENABLE_SNOWFLAKE_SSO();
See also:
SHOW SUNDECK PARAMETERS