Skip to content

Assign user role to SSO users #103

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

You must be logged in to vote

Currently I have one org which uses SnowDDL on account with activated SSO.

Once you configure SECURITY INTEGRATION, you can simply add new users like this:

john_doe:
  login_name: "john_doe@myorg.com"
  first_name: "John"
  last_name: "Doe"
  email: "john_doe@myorg.com"
  business_roles:
    - finance_analyst
    - ml_engineer

As far as I know, setting login_name for user is enough to make things work.

Terraform is really good for managing infra, but definitely not for objects in Snowflake. At some point I had no choice but to open source SnowDDL, since it was too difficult to manage large accounts.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by jimmyzzxhlh
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