Skip to content

Mixture of managed and non-managed users #167

Answered by littleK0i
kokorin asked this question in Q&A
Discussion options

You must be logged in to vote

As far as I know, SCIM integration in Snowflake has significant limitations. Especially around flexibility of queries used to CREATE and ALTER users. Setting custom user parameters might be very difficult, probably not possible.

With this in mind, we normally suggest the following options in order of priority:

1) Use programmatic config instead of SCIM
Build a tiny python script running SnowDDL. In this script load user data via API and build UserBlueprint(s) for SnowDDL. When user is added / updated / deleted, trigger this script. Make sure only one instance of script runs in parallel.

With this approach you get 100% flexibility and control over all aspects of user management. You may al…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@kokorin
Comment options

Answer selected by kokorin
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@kokorin
Comment options

@kokorin
Comment options

@littleK0i
Comment options

@kokorin
Comment options

@littleK0i
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants