arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Configure a Snowflake Integration

circle-exclamation

Support for this endpoint is only available using this legacy Snowflake workflow. .

In the Snowflake integration, Immuta manages access to Snowflake tables by administering Snowflake row access policiesarrow-up-right and column masking policiesarrow-up-right on those tables, allowing users to query tables directly in Snowflake while dynamic policies are enforced.

Use the /integrations endpoint to

  • configure a Snowflake integration

  • get a Snowflake integration

hashtag
Requirements

  • APPLICATION_ADMIN Immuta permission

  • The Snowflake user running the installation, edit, or delete script must have the following privileges:

hashtag
Configure the integration

You have two options for configuring your Snowflake integration:

  • : Grant Immuta one-time use of credentials to automatically configure your Snowflake environment and the integration. When performing an automated installation, Immuta requires temporary, one-time use of credentials with the Snowflake privileges listed in the .

    These privileges will be used to create and configure a new Immuta-managed database within the specified Snowflake instance. The credentials are not stored or saved by Immuta, and Immuta doesn’t retain access to them after initial setup is complete.

    You can create a new account for Immuta to use that has these privileges, or you can grant temporary use of a pre-existing account. By default, the pre-existing account with appropriate privileges is ACCOUNTADMIN. If you create a new account, it can be deleted after initial setup is complete.

  • : Run the Immuta script in your Snowflake environment yourself to configure your Snowflake environment and the integration. The specified role used to run the bootstrap needs to have the Snowflake privileges listed in the

hashtag
Automatic setup

  1. Select the section below that matches your authentication method.

  2. Copy the request example and replace the values with your own as directed to configure the integration settings. The examples provided use JSON format, but the request also accepts YAML.

See the for parameter definitions, value types, and additional configuration options.

  1. Replace the Immuta URL and with your own.

  2. Change the config values to your own, where

    • host is the URL of your Snowflake account.

hashtag
Response

The response returns the status of the Snowflake integration configuration connection. See the for details about the response schema.

A successful response includes the validation tests statuses.

An unsuccessful request returns the status code and an error message. See the for a list of statuses, error messages, and troubleshooting guidance.

hashtag
Manual setup

To manually configure the integration, complete the following steps:

hashtag
Generate the script

  1. Select the tab below that matches your authentication method.

  2. Copy the request example and replace the values with your own as directed to generate the script. The examples provided use JSON format, but the request also accepts YAML.

See the for parameter definitions, value types, and additional configuration options.

  1. Replace the Immuta URL and with your own.

  2. Change the config values to your own, where

    • host is the URL of your Snowflake account.

Response

The response returns the script for you to run in your environment.

hashtag
Configure the integration in Immuta

  1. Select the tab below that matches your authentication method.

  2. Copy the request example and replace the values with your own as directed to configure the integration settings. The examples provided use JSON format, but the request also accepts YAML. The parameters and values you provide in this payload must match those you provided when .

See the for parameter definitions, value types, and additional configuration options.

  1. Replace the Immuta URL and with your own.

  2. Pass the same payload you sent when , where

    • host is the URL of your Snowflake account.

hashtag
Response

The response returns the status of the Snowflake integration configuration connection. See the for details about the response schema.

A successful response includes the validation tests statuses.

An unsuccessful request returns the status code and an error message. See the for a list of statuses, error messages, and troubleshooting guidance.

hashtag
Get an integration

  1. Copy the request example.

  2. Replace the Immuta URL and with your own.

  3. Replace the {id} request parameter with the unique identifier of the integration you want to get. Alternatively, you can get a list of all integrations and their IDs with the .

hashtag
Response

The response returns the Snowflake integration configuration. See the for details about the response schema. An unsuccessful request returns the status code and an error message. See the for a list of statuses, error messages, and troubleshooting guidance.

hashtag
Get all integrations

  1. Copy the request example.

  2. Replace the Immuta URL and with your own.

hashtag
Response

The response returns the configuration for all integrations. See the for details about the response schema. An unsuccessful request returns the status code and an error message. See the for a list of statuses, error messages, and troubleshooting guidance.

hashtag
Update an integration configuration

You have two options for updating your integration. Follow the steps that match your initial configuration of autoBootstrap:

  • (autoBootstrap is true)

  • (autoBootstrap is false)

hashtag
Automatic update

  1. Select the section below that matches your authentication method.

  2. Copy the request example and replace the values with your own as directed to update the integration settings. The examples provided use JSON format, but the request also accepts YAML.

See the for parameter definitions, value types, and additional configuration options.

This request updates the configuration to enable query audit in Snowflake.

  1. Replace the Immuta URL and with your own.

  2. Replace the {id} request parameter with the unique identifier of the integration you want to update.

  3. Change the

hashtag
Response

The response returns the status of the Snowflake integration configuration. See the for details about the response schema.

A successful response includes the validation tests statuses.

An unsuccessful request returns the status code and an error message. See the for a list of statuses, error messages, and troubleshooting guidance.

hashtag
Manual update

To manually update the integration, complete the following steps:

hashtag
Generate the updated script

  1. Select the tab below that matches your authentication method.

  2. Copy the request example and replace the values with your own as directed to generate the script. The examples provided use JSON format, but the request also accepts YAML.

See the for parameter definitions, value types, and additional configuration options.

This request updates the configuration to enable query audit in Snowflake.

  1. Replace the Immuta URL and with your own.

  2. Replace the {id} request parameter with the unique identifier of the integration you want to update.

  3. Change the config

Response

The response returns the script for you to run in your environment.

hashtag
Update the integration in Immuta

  1. Select the section below that matches your authentication method.

  2. Copy the request example and replace the values with your own as directed to update the integration settings. The examples provided use JSON format, but the request also accepts YAML. The payload you provide must match the one you provided when .

See the for parameter definitions, value types, and additional configuration options.

This request updates the configuration to enable query audit in Snowflake.

  1. Replace the Immuta URL and with your own.

  2. Replace the {id} request parameter with the unique identifier of the integration you want to update.

  3. Pass the same payload you sent when

hashtag
Response

The response returns the status of the Snowflake integration configuration. See the for details about the response schema.

A successful response includes the validation tests statuses.

An unsuccessful request returns the status code and an error message. See the for a list of statuses, error messages, and troubleshooting guidance.

hashtag
Enable or edit impersonation for an existing integration

You can enable impersonation for an existing Snowflake integration or edit the impersonation role name for an existing integration. Select one of the tabs below for guidance.

  1. If enabling impersonation for the first time, create the impersonation role in Snowflake:

  2. Update the integration:

    1. Replace the Immuta URL and with your own.

hashtag
Response

The response returns the status of the Snowflake integration configuration. See the for details about the response schema.

A successful response includes the validation tests statuses.

An unsuccessful request returns the status code and an error message. See the for a list of statuses, error messages, and troubleshooting guidance.

hashtag
Delete an integration

  1. Copy the request example.

  2. Replace the Immuta URL and with your own.

  3. Replace the {id} request parameter with the unique identifier of the integration you want to delete.

hashtag
Response

The response returns the status of the Snowflake integration configuration that has been deleted. See the for details about the response schema. An unsuccessful request returns the status code and an error message. See the for a list of statuses, error messages, and troubleshooting guidance.

CREATE DATABASE ON ACCOUNT WITH GRANT OPTION
  • CREATE ROLE ON ACCOUNT WITH GRANT OPTION

  • CREATE USER ON ACCOUNT WITH GRANT OPTION

  • MANAGE GRANTS ON ACCOUNT WITH GRANT OPTION

  • APPLY MASKING POLICY ON ACCOUNT WITH GRANT OPTION

  • APPLY ROW ACCESS POLICY ON ACCOUNT WITH GRANT OPTION

  • .

    warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

  • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

  • username and password are credentials of a Snowflake account attached to a role with the privileges outlined above. These credentials are not stored; they are used by Immuta to configure the integration.

  • role is a Snowflake role that has been granted the privileges outlined above.

  • Immuta will use the provided credentials to create a user called IMMUTA_SYSTEM_ACCOUNT and grant the following privileges to that user:

    • CREATE ROLE ON ACCOUNT WITH GRANT OPTION

    • APPLY MASKING POLICY ON ACCOUNT WITH GRANT OPTION

    • APPLY ROW ACCESS POLICY ON ACCOUNT WITH GRANT OPTION

    • MANAGE GRANTS ON ACCOUNT WITH GRANT OPTION

    Alternatively, you can use the manual setup method and edit the provided script to grant the Immuta system account OWNERSHIP on the objects that Immuta will secure, instead of granting MANAGE GRANTS ON ACCOUNT. The current role that has OWNERSHIP on the securables will need to be granted to the Immuta system role. However, if granting OWNERSHIP instead of MANAGE GRANTS ON ACCOUNT, Immuta will not be able to manage the role that is granted to the account.

    curl -X 'POST' \
        'https://www.organization.immuta.com/integrations' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": true,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "authenticationType": "keyPair",
          "username": "SYSTEM_ACCOUNT",
          "privateKey": "-----BEGIN PRIVATE KEY-----\n<first line of private key content>\n<another line of private key content>\n<another line of private key content>\n-----END PRIVATE KEY-----"
        }
        }'
    1. Replace the Immuta URL and API key with your own.

    2. Change the config values to your own, where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

      • username is the system account user that can assume the role to manage the database and administer Snowflake masking and row access policies.

      • privateKey is your private key. If you are using curl, replace new lines in the private key with a backslash before the new line character: "\n". If you are using another means of configuration, such as a Python script, the "\n" should not be added.

      • connectArgs is used to set PRIV_KEY_FILE_PWD if the private key is encrypted.

    Immuta will use the provided credentials to create a user called IMMUTA_SYSTEM_ACCOUNT and grant the following privileges to that user:

    • CREATE ROLE ON ACCOUNT WITH GRANT OPTION

    • APPLY MASKING POLICY ON ACCOUNT WITH GRANT OPTION

    • APPLY ROW ACCESS POLICY ON ACCOUNT WITH GRANT OPTION

    Alternatively, you can use the and edit the provided script to grant the Immuta system account OWNERSHIP on the objects that Immuta will secure, instead of granting MANAGE GRANTS ON ACCOUNT. The current role that has OWNERSHIP on the securables will need to be granted to the Immuta system role. However, if granting OWNERSHIP instead of MANAGE GRANTS ON ACCOUNT, Immuta will not be able to manage the role that is granted to the account.

    warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

  • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

  • audit specifies whether query audit is enabled for Snowflake. See the object description for child parameters.

  • workspaces represents an Immuta project workspace configured for Snowflake. See the object description for child parameters.

  • impersonation specifies whether user impersonation is enabled. See the object description for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the Managing users and permissions guide for instructions.

  • username and password are the credentials for the system account that can assume the role to manage the database and administer Snowflake masking and row access policies.

  • Run the script returned in the response in your Snowflake environment. Running this script grants the following privileges to the Immuta system account:

    • CREATE ROLE ON ACCOUNT WITH GRANT OPTION

    • APPLY MASKING POLICY ON ACCOUNT WITH GRANT OPTION

    • APPLY ROW ACCESS POLICY ON ACCOUNT WITH GRANT OPTION

    • MANAGE GRANTS ON ACCOUNT WITH GRANT OPTION

    Alternatively, you can grant the Immuta system account OWNERSHIP on the objects that Immuta will secure, instead of granting MANAGE GRANTS ON ACCOUNT. The current role that has OWNERSHIP on the securables will need to be granted to the Immuta system role. However, if granting OWNERSHIP instead of MANAGE GRANTS ON ACCOUNT, Immuta will not be able to manage the role that is granted to the account, so it is recommended to run the script as-is, without changes.

  • curl -X 'POST' \
        'https://www.organization.immuta.com/integrations/scripts/create' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": false,
          },
          "workspaces": {
            "enabled": false
          },
          "impersonation": {
            "enabled": false
          },
          "authenticationType": "keyPair",
          "username": "SYSTEM_ACCOUNT",
          "privateKey": "-----BEGIN PRIVATE KEY-----\n<first line of private key content>\n<another line of private key content>\n<another line of private key content>\n-----END PRIVATE KEY-----"
        }
        }'
    1. Replace the Immuta URL and API key with your own.

    2. Change the config values to your own, where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

      • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.

      • workspaces represents an Immuta project workspace configured for Snowflake. See the for child parameters.

      • impersonation specifies whether user impersonation is enabled. See the for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.

      • username is the system account user that can assume the role to manage the database and administer Snowflake masking and row access policies.

      • privateKey is your private key. If you are using curl, replace new lines in the private key with a backslash before the new line character: "\n". If you are using another means of configuration, such as a Python script, the "\n" should not be added.

      • connectArgs is used to set PRIV_KEY_FILE_PWD if the private key is encrypted.

    3. Run the script returned in the response in your Snowflake environment. Running this script grants the following privileges to the Immuta system account:

      • CREATE ROLE ON ACCOUNT WITH GRANT OPTION

      • APPLY MASKING POLICY ON ACCOUNT WITH GRANT OPTION

    In this example, Snowflake External OAuth is used to authenticate the system account user, ensuring secure communication between Immuta and Snowflake. To use this authentication method, autoBootstrap must be false.

    curl -X 'POST' \
        'https://www.organization.immuta.com/integrations/scripts/create' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "impersonation": {
            "enabled": true,
            "role": "IMMUTA_IMPERSONATION"
          },
          "audit": {
            "enabled": false
          },
          "workspaces": {
            "enabled": true,
            "warehouses": ["SAMPLE_WAREHOUSE"]
          },
          "authenticationType": "oAuthClientCredentials",
          "oAuthClientConfig": {
            "provider": "Okta",
            "clientId": "123456abc",
            "useCertificate": false,
            "clientSecret": "secret",
            "authorityUrl": "example.authority.com"
          }
        }
        }'
    1. Replace the Immuta URL and API key with your own.

    2. Change the config values to your own, where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

      • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.

      • workspaces.enabled specifies whether Immuta project workspaces are enabled for Snowflake.

      • workspaces.warehouses is a list of warehouses that workspace users have usage privileges on.

      • impersonation specifies whether user impersonation is enabled. See the for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.

      • username is the system account user that can act on Snowflake objects and configure the integration.

      • oAuthClientConfig specifies your provider, client ID, client secret, authority URL, and your encoded public and private keys. See the for details about child parameters.

    3. Run the script returned in the response in your Snowflake environment. Running this script grants the following privileges to the Immuta system account:

      • CREATE ROLE ON ACCOUNT WITH GRANT OPTION

      • APPLY MASKING POLICY ON ACCOUNT WITH GRANT OPTION

    warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

  • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

  • audit specifies whether query audit is enabled for Snowflake. See the object description for child parameters.

  • workspaces represents an Immuta project workspace configured for Snowflake. See the object description for child parameters.

  • impersonation specifies whether user impersonation is enabled. See the object description for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the Managing users and permissions guide for instructions.

  • username and password are the credentials for the system account that can assume the role to manage the database and administer Snowflake masking and row access policies.

  • curl -X 'POST' \
        'https://www.organization.immuta.com/integrations' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": false,
          },
          "workspaces": {
            "enabled": false
          },
          "impersonation": {
            "enabled": false
          },
          "authenticationType": "keyPair",
          "username": "SYSTEM_ACCOUNT",
          "privateKey": "-----BEGIN PRIVATE KEY-----\n<first line of private key content>\n<another line of private key content>\n<another line of private key content>\n-----END PRIVATE KEY-----"
        }
        }'
    1. Replace the Immuta URL and API key with your own.

    2. Pass the same payload you sent when generating the script, where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

      • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.

      • workspaces represents an Immuta project workspace configured for Snowflake. See the for child parameters.

      • impersonation specifies whether user impersonation is enabled. See the for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.

      • username is the system account user that can assume the role to manage the database and administer Snowflake masking and row access policies.

      • privateKey is your private key. If you are using curl, replace new lines in the private key with a backslash before the new line character: "\n". If you are using another means of configuration, such as a Python script, the "\n" should not be added.

      • connectArgs is used to set PRIV_KEY_FILE_PWD if the private key is encrypted.

    In this example, Snowflake External OAuth is used to authenticate the system account user, ensuring secure communication between Immuta and Snowflake. To use this authentication method, autoBootstrap must be false.

    curl -X 'POST' \
        'https://www.organization.immuta.com/integrations' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "impersonation": {
            "enabled": true,
            "role": "IMMUTA_IMPERSONATION"
          },
          "workspaces": {
            "enabled": true,
            "warehouses": ["SAMPLE_WAREHOUSE"]
          },
          "authenticationType": "oAuthClientCredentials",
          "oAuthClientConfig": {
            "provider": "Okta",
            "clientId": "123456abc",
            "useCertificate": false,
            "clientSecret": "secret",
            "authorityUrl": "example.authority.com"
          }
        }
        }'
    1. Replace the Immuta URL and API key with your own.

    2. Pass the same payload you sent when generating the script, where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

      • impersonation specifies whether user impersonation is enabled. See the for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.

      • workspaces specifies whether Immuta project workspaces are enabled for Snowflake. See the for details about child parameters.

      • oAuthClientConfig specifies your provider, client ID, client secret, authority URL, and your encoded public and private keys. See the for details about child parameters.

    config
    values to your own, where
    • host is the URL of your Snowflake account.

    • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

    • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

    • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.

    • username and password are credentials of a . These credentials are not stored; they are used by Immuta to enable or disable configuration settings.

    • role is a Snowflake role that has been granted the .

    This request updates the configuration to enable query audit in Snowflake.

    curl -X 'PUT' \
        'https://www.organization.immuta.com/integrations/{id}' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": true,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": true
          },
          "authenticationType": "keyPair",
          "username": "SYSTEM_ACCOUNT",
          "privateKey": "-----BEGIN PRIVATE KEY-----\n<first line of private key content>\n<another line of private key content>\n<another line of private key content>\n-----END PRIVATE KEY-----"
        }
        }'
    1. Replace the Immuta URL and API key with your own.

    2. Replace the {id} request parameter with the unique identifier of the integration you want to update.

    3. Change the config values to your own, where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

    values to your own, where
    • host is the URL of your Snowflake account.

    • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

    • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

    • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.

    • workspaces represents an Immuta project workspace configured for Snowflake. See the for child parameters.

    • impersonation specifies whether user impersonation is enabled. See the for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.

    • username and password are the credentials for the system account that can assume the role to manage the database and administer Snowflake masking and row access policies.

  • Run the script returned in the response in your Snowflake environment.

  • This request updates the configuration to enable query audit in Snowflake.

    curl -X 'POST' \
        'https://www.organization.immuta.com/integrations/{id}/scripts/edit' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": true
          },
          "workspaces": {
            "enabled": false
          },
          "impersonation": {
            "enabled": false
          },
          "authenticationType": "keyPair",
          "username": "SYSTEM_ACCOUNT",
          "privateKey": "-----BEGIN PRIVATE KEY-----\n<first line of private key content>\n<another line of private key content>\n<another line of private key content>\n-----END PRIVATE KEY-----"
        }
        }'
    1. Replace the Immuta URL and API key with your own.

    2. Replace the {id} request parameter with the unique identifier of the integration you want to update.

    3. Change the config values to your own, where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

    4. Run the script returned in the response in your Snowflake environment.

    This request updates the configuration to disable Snowflake workspaces for the integration.

    curl -X 'POST' \
        'https://www.organization.immuta.com/integrations/{id}/scripts/edit' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "impersonation": {
            "enabled": true,
            "role": "IMMUTA_IMPERSONATION"
          },
          "audit": {
            "enabled": true
          },
          "workspaces": {
            "enabled": false
          },
          "authenticationType": "oAuthClientCredentials",
          "oAuthClientConfig": {
            "provider": "Okta",
            "clientId": "123456abc",
            "useCertificate": false,
            "clientSecret": "secret",
            "authorityUrl": "example.authority.com"
          }
        }
        }'
    1. Replace the Immuta URL and API key with your own.

    2. Replace the {id} request parameter with the unique identifier of the integration you want to update.

    3. Change the config values to your own, where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

    4. Run the script returned in the response in your Snowflake environment.

    , where
    • host is the URL of your Snowflake account.

    • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

    • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

    • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.

    • workspaces represents an Immuta project workspace configured for Snowflake. See the for child parameters.

    • impersonation specifies whether user impersonation is enabled. See the for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.

    • username and password are the credentials for the system account that can assume the role to manage the database and administer Snowflake masking and row access policies.

    This request updates the configuration to enable query audit in Snowflake.

    curl -X 'PUT' \
        'https://www.organization.immuta.com/integrations/{id}' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": true
          },
          "workspaces": {
            "enabled": false
          },
          "impersonation": {
            "enabled": false
          },
          "authenticationType": "keyPair",
          "username": "SYSTEM_ACCOUNT",
          "privateKey": "-----BEGIN PRIVATE KEY-----\n<first line of private key content>\n<another line of private key content>\n<another line of private key content>\n-----END PRIVATE KEY-----"
        }
        }'
    1. Replace the Immuta URL and API key with your own.

    2. Replace the {id} request parameter with the unique identifier of the integration you want to update.

    3. Pass the same payload you sent when generating the script, where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

    This request updates the configuration to disable Snowflake workspaces and enable Snowflake query audit for the integration.

    curl -X 'PUT' \
        'https://www.organization.immuta.com/integrations/{id}' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "impersonation": {
            "enabled": true,
            "role": "IMMUTA_IMPERSONATION"
          },
          "audit": {
            "enabled": true
          },
          "workspaces": {
            "enabled": false
          },
          "authenticationType": "oAuthClientCredentials",
          "oAuthClientConfig": {
            "provider": "Okta",
            "clientId": "123456abc",
            "useCertificate": false,
            "clientSecret": "secret",
            "authorityUrl": "example.authority.com"
          }
        }
        }'
    1. Replace the Immuta URL and API key with your own.

    2. Replace the {id} request parameter with the unique identifier of the integration you want to update.

    3. Pass the same payload you sent when , where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

    Replace the {id} request parameter with the unique identifier of the integration you want to update.

  • Pass the same payload you sent when generating the script, where

    • host is the URL of your Snowflake account.

    • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

    • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

    • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.

    • workspaces represents an Immuta project workspace configured for Snowflake. See the for child parameters.

    • impersonation.enabled specifies whether user impersonation is enabled.

    • impersonation.role is the name of the Snowflake role that will be used to impersonate other users. This should match the name of the role you created in Snowflake in the previous step.

    • username and password are the credentials for the system account that can assume the role to manage the database and administer Snowflake masking and row access policies.

  • Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the Managing users and permissions guide for instructions.

    1. Copy the request below and update the impersonation.role in the integration configuration:

      curl -X 'PUT' \
          'https://www.organization.immuta.com/integrations/{id}' \
          -H 'accept: application/json' \
          -H 'Content-Type: application/json' \
          -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
          -d '{
          "type": "Snowflake",
          "autoBootstrap": false,
          "config": {
            "host": "organization.us-east-1.snowflakecomputing.com",
            "warehouse": "SAMPLE_WAREHOUSE",
            "database": "SNOWFLAKE_SAMPLE_DATA",
            "audit": {
              "enabled": true
            },
            "workspaces": {
              "enabled": false
            },
            "impersonation": {
              "enabled": true,
              "role": "IMPERSONATION_ROLE"
            },
            "authenticationType": "userPassword",
            "username": "[email protected]",
            "password": "abc1234"
          }
          }'
    2. Replace the Immuta URL and API key with your own.

    3. Replace the {id} request parameter with the unique identifier of the integration you want to update.

    4. Pass the same payload you sent when , where

      • host is the URL of your Snowflake account.

      • warehouse is the default pool of Snowflake compute resources the Immuta system user will use to run queries and perform other Snowflake operations.

      • database is the name of a new empty database that the Immuta system user will manage and store metadata in.

    Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.

    If you set
    • autoBootstrap to true when enabling the integration, specify the authenticationType and the credentials you used to configure the integration in the payload, as illustrated in the example. See the Integrations API endpoints guide for details.

    • autoBootstrap to false when enabling the integration,

  • Use the script cleanup endpoint (for integrations that were not successfully created) or the delete endpoint (for integrations that were successfully created) to generate a script that will remove Immuta-managed resources and policies from your environment.

  • Make the request above without including a payload to remove the integration from Immuta.

  • Run the generated script in Snowflake.

  • curl -X 'POST' \
        'https://www.organization.immuta.com/integrations' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": true,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "authenticationType": "userPassword",
          "username": "[email protected]",
          "password": "abc1234",
          "role": "ACCOUNTADMIN"
        }
        }'
    {
      "id": "123456789",
      "status": "creating",
      "validationResults": {
        "status": "passed",
        "validationTests": [
        {
          "name": "Initial Validation: Basic Connection Test",
          "status": "passed"
        },
        {
          "name": "Initial Validation: Default Warehouse Access Test",
          "status": "passed",
          "result": []
        },
        {
          "name": "Initial Validation: Validate access to Privileged Role",
          "status": "passed",
          "result": []
        },
        {
          "name": "Validate Automatic: Database Does Not Exist",
          "status": "passed"
        },
        {
          "name": "Validate Automatic: Impersonation Role Does Not Exist",
          "status": "skipped"
        },
        {
          "name": "Validate Automatic Bootstrap User Grants",
          "status": "passed"
        }
        ]
      }
    }
    {
      "statusCode": 409,
      "error": "Conflict",
      "message": "Snowflake integration already exists on host organization.us-east-1.snowflakecomputing.com (id = 123456789)"
    }
    curl -X 'POST' \
        'https://www.organization.immuta.com/integrations/scripts/create' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": false,
          },
          "workspaces": {
            "enabled": false
          },
          "impersonation": {
            "enabled": false
          },
          "authenticationType": "userPassword",
          "username": "[email protected]",
          "password": "abc1234"
        }
        }'
    curl -X 'POST' \
        'https://www.organization.immuta.com/integrations' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": false,
          },
          "workspaces": {
            "enabled": false
          },
          "impersonation": {
            "enabled": false
          },
          "authenticationType": "userPassword",
          "username": "[email protected]",
          "password": "abc1234"
        }
        }'
    {
      "id": "123456789",
      "status": "creating",
      "validationResults": {
        "status": "passed",
        "validationTests": [
        {
          "name": "Initial Validation: Basic Connection Test",
          "status": "passed"
        },
        {
          "name": "Initial Validation: Default Warehouse Access Test",
          "status": "passed",
          "result": []
        },
        {
          "name": "Initial Validation: Validate access to Privileged Role",
          "status": "passed",
          "result": []
        },
        {
          "name": "Validate Automatic: Database Does Not Exist",
          "status": "passed"
        },
        {
          "name": "Validate Automatic: Impersonation Role Does Not Exist",
          "status": "skipped"
        },
        {
          "name": "Validate Automatic Bootstrap User Grants",
          "status": "passed"
        }
        ]
      }
    }
    {
      "statusCode": 409,
      "error": "Conflict",
      "message": "Snowflake integration already exists on host organization.us-east-1.snowflakecomputing.com (id = 123456789)"
    }
    curl -X 'GET' \
        'https://www.organization.immuta.com/integrations/{id}' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f'
    {
      "id": "123456789",
      "status": "enabled",
      "validationResults": {
        "status": "passed",
        "validationTests": [
        {
          "name": "Initial Validation: Basic Connection Test",
          "status": "passed"
        },
        {
          "name": "Initial Validation: Default Warehouse Access Test",
          "status": "passed",
          "result": []
        },
        {
          "name": "Initial Validation: Validate access to Privileged Role",
          "status": "passed",
          "result": []
        },
        {
          "name": "Validate Automatic: Database Does Not Exist",
          "status": "passed"
        },
        {
          "name": "Validate Automatic: Impersonation Role Does Not Exist",
          "status": "skipped"
        },
        {
          "name": "Validate Automatic Bootstrap User Grants",
          "status": "passed"
        }
        ]
      },
      "type": "Snowflake",
      "autoBootstrap": true,
      "config": {
        "host": "organization.us-east-1.snowflakecomputing.com",
        "warehouse": "SAMPLE_WAREHOUSE",
        "database": "SNOWFLAKE_SAMPLE_DATA",
        "port": 443,
        "audit": {
          "enabled": false,
          },
        "workspaces": {
          "enabled": false
        },
        "impersonation": {
          "enabled": false
        },
        "lineage": {
          "enabled": false
        },
        "authenticationType": "userPassword",
        "username": "<REDACTED>",
        "password": "<REDACTED>",
        "role": "ACCOUNTADMIN"
      }
    }
    {
      "id": "123456789",
      "status": "enabled",
      "validationResults": {
        "status": "passed",
        "validationTests": [
        {
          "name": "Initial Validation: Basic Connection Test",
          "status": "passed"
        },
        {
          "name": "Initial Validation: Default Warehouse Access Test",
          "status": "passed",
          "result": []
        },
        {
          "name": "Initial Validation: Validate access to Privileged Role",
          "status": "passed",
          "result": []
        },
        {
          "name": "Validate Automatic: Database Does Not Exist",
          "status": "passed"
        },
        {
          "name": "Validate Automatic: Impersonation Role Does Not Exist",
          "status": "skipped"
        },
        {
          "name": "Validate Automatic Bootstrap User Grants",
          "status": "passed"
        }
        ]
      },
      "type": "Snowflake",
      "autoBootstrap": false,
      "config": {
        "host": "organization.us-east-1.snowflakecomputing.com",
        "warehouse": "SAMPLE_WAREHOUSE",
        "database": "SNOWFLAKE_SAMPLE_DATA",
        "port": 443,
        "impersonation": {
          "enabled": true,
          "role": "IMMUTA_IMPERSONATION"
        },
        "audit": {
          "enabled": false
        },
        "workspaces": {
          "enabled": true,
          "warehouses": ["SAMPLE_WAREHOUSE"]
        },
        "lineage": {
          "enabled": false
        },
        "authenticationType": "oAuthClientCredentials",
        "oAuthClientConfig": {
          "provider": "Okta",
          "clientId": "123456abc",
          "useCertificate": false,
          "clientSecret": "secret",
          "authorityUrl": "example.authority.com"
        }
      }
    }
    curl -X 'GET' \
        'https://www.organization.immuta.com/integrations' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f'
    [
      {
        "id": "1",
        "status": "enabled",
        "validationResults": {
          "status": "passed",
          "validationTests": [
            {
              "name": "Initial Validation: Basic Connection Test",
              "status": "passed"
            },
            {
              "name": "Initial Validation: Default Warehouse Access Test",
              "status": "passed",
              "result": []
            },
            {
              "name": "Initial Validation: Validate access to Privileged Role",
              "status": "passed",
              "result": []
            },
            {
              "name": "Validate Automatic: Database Does Not Exist",
              "status": "passed"
            },
            {
              "name": "Validate Automatic: Impersonation Role Does Not Exist",
              "status": "skipped"
            },
            {
              "name": "Validate Automatic Bootstrap User Grants",
              "status": "passed"
            }
          ]
        },
        "type": "Snowflake",
        "autoBootstrap": true,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "port": 443,
          "audit": {
            "enabled": false
          },
          "workspaces": {
            "enabled": false
          },
          "impersonation": {
            "enabled": false
          },
          "lineage": {
            "enabled": false
          },
          "authenticationType": "userPassword",
          "username": "<REDACTED>",
          "password": "<REDACTED>",
          "role": "ACCOUNTADMIN"
        }
      },
      {
        "id": "2",
        "status": "enabled",
        "type": "Databricks",
        "validationResults": {
          "status": "passed",
          "validationTests": [
            {
              "name": "Metastore validation",
              "status": "passed"
            },
            {
              "name": "Basic Connection Test",
              "result": [
                {
                  "1": 1
                }
              ],
              "status": "passed"
            }
          ]
        },
        "autoBootstrap": true,
        "config": {
          "workspaceUrl": "www.example-workspace.cloud.databricks.com",
          "httpPath": "sql/protocolv1/o/0/0000-00000-abc123",
          "token": "REDACTED",
          "audit": {
            "enabled": false
          },
          "catalog": "immuta"
        }
      }
    ]
    curl -X 'PUT' \
        'https://www.organization.immuta.com/integrations/{id}' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": true,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": true,
          },
          "authenticationType": "userPassword",
          "username": "[email protected]",
          "password": "abc1234",
          "role": "ACCOUNTADMIN"
        }
        }'
    {
      "id": "123456789",
      "status": "editing",
      "validationResults": {
        "status": "passed",
        "validationTests": [
        {
          "name": "Initial Validation: Basic Connection Test",
          "status": "passed"
        },
        {
          "name": "Initial Validation: Default Warehouse Access Test",
          "status": "passed",
          "result": []
        },
        {
          "name": "Initial Validation: Validate access to Privileged Role",
          "status": "passed",
          "result": []
        },
        {
          "name": "Validate Automatic: Database Does Not Exist",
          "status": "passed"
        },
        {
          "name": "Validate Automatic: Impersonation Role Does Not Exist",
          "status": "skipped"
        },
        {
          "name": "Validate Automatic Bootstrap User Grants",
          "status": "passed"
        }
        ]
      }
    }
    {
      "statusCode": 409,
      "error": "Conflict",
      "message": "Unable to edit integration with ID 123456789 in current state editing."
    }
    curl -X 'POST' \
        'https://www.organization.immuta.com/integrations/{id}/scripts/edit' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": true
          },
          "workspaces": {
            "enabled": false
          },
          "impersonation": {
            "enabled": false
          },
          "authenticationType": "userPassword",
          "username": "[email protected]",
          "password": "abc1234"
        }
        }'
    curl -X 'PUT' \
        'https://www.organization.immuta.com/integrations/{id}' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": true
          },
          "workspaces": {
            "enabled": false
          },
          "impersonation": {
            "enabled": false
          },
          "authenticationType": "userPassword",
          "username": "[email protected]",
          "password": "abc1234"
        }
        }'
    {
      "id": "123456789",
      "status": "editing",
      "validationResults": {
        "status": "passed",
        "validationTests": [
        {
          "name": "Initial Validation: Basic Connection Test",
          "status": "passed"
        },
        {
          "name": "Initial Validation: Default Warehouse Access Test",
          "status": "passed",
          "result": []
        },
        {
          "name": "Initial Validation: Validate access to Privileged Role",
          "status": "passed",
          "result": []
        },
        {
          "name": "Validate Automatic: Database Does Not Exist",
          "status": "passed"
        },
        {
          "name": "Validate Automatic: Impersonation Role Does Not Exist",
          "status": "skipped"
        },
        {
          "name": "Validate Automatic Bootstrap User Grants",
          "status": "passed"
        }
        ]
      }
    }
    {
      "statusCode": 409,
      "error": "Conflict",
      "message": "Unable to edit integration with ID 123456789 in current state editing."
    }
    CREATE ROLE "YOUR IMPERSONATION ROLE NAME";
    GRANT OWNERSHIP ON ROLE "YOUR IMPERSONATION ROLE NAME" TO ROLE "SYSTEM ACCOUNT ROLE";
    curl -X 'PUT' \
        'https://www.organization.immuta.com/integrations/{id}' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "type": "Snowflake",
        "autoBootstrap": false,
        "config": {
          "host": "organization.us-east-1.snowflakecomputing.com",
          "warehouse": "SAMPLE_WAREHOUSE",
          "database": "SNOWFLAKE_SAMPLE_DATA",
          "audit": {
            "enabled": true
          },
          "workspaces": {
            "enabled": false
          },
          "impersonation": {
            "enabled": true,
            "role": "IMPERSONATION_ROLE"
          },
          "authenticationType": "userPassword",
          "username": "[email protected]",
          "password": "abc1234"
        }
        }'
    {
      "id": "123456789",
      "status": "editing",
      "validationResults": {
        "status": "passed",
        "validationTests": [
        {
          "name": "Initial Validation: Basic Connection Test",
          "status": "passed"
        },
        {
          "name": "Initial Validation: Default Warehouse Access Test",
          "status": "passed",
          "result": []
        },
        {
          "name": "Initial Validation: Validate access to Privileged Role",
          "status": "passed",
          "result": []
        },
        {
          "name": "Validate Automatic: Database Does Not Exist",
          "status": "passed"
        },
        {
          "name": "Validate Automatic: Impersonation Role Does Not Exist",
          "status": "skipped"
        },
        {
          "name": "Validate Automatic Bootstrap User Grants",
          "status": "passed"
        }
        ]
      }
    }
    {
      "statusCode": 409,
      "error": "Conflict",
      "message": "Unable to edit integration with ID 123456789 in current state editing."
    }
    curl -X 'DELETE' \
        'https://www.organization.immuta.com/integrations/{id}' \
        -H 'accept: application/json' \
        -H 'Content-Type: application/json' \
        -H 'Authorization: 846e9e43c86a4ct1be14290d95127d13f' \
        -d '{
        "authenticationType": "userPassword",
        "username": "[email protected]",
        "password": "abc1234",
        "role": "ACCOUNTADMIN"
        }'
    {
      "id": "123456789",
      "status": "deleting",
      "validationResults": {
        "status": "passed",
        "validationTests": [
        {
          "name": "Initial Validation: Basic Connection Test",
          "status": "passed"
        },
        {
          "name": "Initial Validation: Default Warehouse Access Test",
          "status": "passed",
          "result": []
        },
        {
          "name": "Initial Validation: Validate access to Privileged Role",
          "status": "passed",
          "result": []
        },
        {
          "name": "Validate Automatic: Database Does Not Exist",
          "status": "passed"
        },
        {
          "name": "Validate Automatic: Impersonation Role Does Not Exist",
          "status": "skipped"
        },
        {
          "name": "Validate Automatic Bootstrap User Grants",
          "status": "passed"
        }
        ]
      }
    }
    circle-info

    Best practices

    The account you create for Immuta should only be used for the integration and should not be used as the credentials for creating data sources in Immuta; doing so will cause issues. Instead, create a separate, dedicated READ-ONLY account for creating and registering data sources within Immuta.

    circle-exclamation

    Cleaning up your Snowflake environment Until you manually run the cleanup script in your Snowflake environment, Immuta-managed roles and Immuta policies will still exist in Snowflake.

    get all integrations
    update a Snowflake integration
    enable or edit impersonation for an existing integration
    delete a Snowflake integration
    Automatic setup
    requirements section
    Manual setup
    config object description
    API key
    response schema reference
    HTTP status codes and error messages
    Generate the Immuta script and run it in your Snowflake environment.
    Configure the integration in Immuta.
    config object description
    API key
    generating the script
    config object description
    API key
    generating the script
    response schema reference
    HTTP status codes and error messages
    API key
    GET /integrations endpoint
    response schema reference
    HTTP status codes and error messages
    API key
    response schema reference
    HTTP status codes and error messages
    automatic update
    manual update
    config object description
    API key
    response schema reference
    HTTP status codes and error messages
    Generate the updated Immuta script and run it in your Snowflake environment.
    Update the integration in Immuta.
    config object description
    API key
    generating the updated script
    config object description
    API key
    generating the script
    response schema reference
    HTTP status codes and error messages
    API key
    response schema reference
    HTTP status codes and error messages
    API key
    response schema reference
    HTTP status codes and error messages
    Use the /data endpoint for a Snowflake connection
    requirements section

    MANAGE GRANTS ON ACCOUNT WITH GRANT OPTION

    APPLY ROW ACCESS POLICY ON ACCOUNT WITH GRANT OPTION

  • MANAGE GRANTS ON ACCOUNT WITH GRANT OPTION

  • Alternatively, you can grant the Immuta system account OWNERSHIP on the objects that Immuta will secure, instead of granting MANAGE GRANTS ON ACCOUNT. The current role that has OWNERSHIP on the securables will need to be granted to the Immuta system role. However, if granting OWNERSHIP instead of MANAGE GRANTS ON ACCOUNT, Immuta will not be able to manage the role that is granted to the account, so it is recommended to run the script as-is, without changes.

    APPLY ROW ACCESS POLICY ON ACCOUNT WITH GRANT OPTION

  • MANAGE GRANTS ON ACCOUNT WITH GRANT OPTION

  • Alternatively, you can grant the Immuta system account OWNERSHIP on the objects that Immuta will secure, instead of granting MANAGE GRANTS ON ACCOUNT. The current role that has OWNERSHIP on the securables will need to be granted to the Immuta system role. However, if granting OWNERSHIP instead of MANAGE GRANTS ON ACCOUNT, Immuta will not be able to manage the role that is granted to the account, so it is recommended to run the script as-is, without changes.

    audit specifies whether query audit is enabled for Snowflake. See the for child parameters.
  • username is the system account user that can assume the role to manage the database and administer Snowflake masking and row access policies.

  • privateKey is your private key. If you are using curl, replace new lines in the private key with a backslash before the new line character: "\n". If you are using another means of configuration, such as a Python script, the "\n" should not be added.

  • connectArgs is used to set PRIV_KEY_FILE_PWD if the private key is encrypted.

  • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.
  • workspaces represents an Immuta project workspace configured for Snowflake. See the for child parameters.

  • impersonation specifies whether user impersonation is enabled. See the for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.

  • username is the system account user that can assume the role to manage the database and administer Snowflake masking and row access policies.

  • privateKey is your private key. If you are using curl, replace new lines in the private key with a backslash before the new line character: "\n". If you are using another means of configuration, such as a Python script, the "\n" should not be added.

  • connectArgs is used to set PRIV_KEY_FILE_PWD if the private key is encrypted.

  • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.
  • workspaces represents an Immuta project workspace configured for Snowflake. See the for child parameters.

  • impersonation specifies whether user impersonation is enabled. See the for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.

  • username is the system account user that can act on Snowflake objects and configure the integration.

  • oAuthClientConfig specifies your provider, client ID, client secret, authority URL, and your encoded public and private keys. See the for details about child parameters.

  • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.
  • workspaces represents an Immuta project workspace configured for Snowflake. See the for child parameters.

  • impersonation specifies whether user impersonation is enabled. See the for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.

  • username is the system account user that can assume the role to manage the database and administer Snowflake masking and row access policies.

  • privateKey is your private key. If you are using curl, replace new lines in the private key with a backslash before the new line character: "\n". If you are using another means of configuration, such as a Python script, the "\n" should not be added.

  • connectArgs is used to set PRIV_KEY_FILE_PWD if the private key is encrypted.

  • impersonation specifies whether user impersonation is enabled. See the for child parameters. Once you finish configuring the integration, you can grant the IMPERSONATE_USER permission to Immuta users. See the for instructions.
  • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.

  • workspaces specifies whether Immuta project workspaces are enabled for Snowflake. See the for details about child parameters.

  • oAuthClientConfig specifies your provider, client ID, client secret, authority URL, and your encoded public and private keys. See the for details about child parameters.

  • audit specifies whether query audit is enabled for Snowflake. See the for child parameters.

  • workspaces represents an Immuta project workspace configured for Snowflake. See the for child parameters.

  • impersonation.enabled specifies whether user impersonation is enabled.

  • impersonation.role is the name of the Snowflake role that will be used to impersonate other users.

  • username and password are the credentials for the system account that can assume the role to manage the database and administer Snowflake masking and row access policies.

  • manual setup method
    object description
    object description
    object description
    Managing users and permissions guide
    object description
    object description
    Managing users and permissions guide
    object description
    object description
    object description
    object description
    Managing users and permissions guide
    object description
    Managing users and permissions guide
    object description
    object description
    object description
    Snowflake account attached to a role with the privileges outlined above
    privileges outlined above
    object description
    object description
    object description
    Managing users and permissions guide
    object description
    object description
    object description
    Managing users and permissions guide
    generating the script
    object description
    object description
    generating the script
    Managing users and permissions guide
    object description
    object description
    object description
    object description
    Managing users and permissions guide
    object description
    object description
    object description
    Managing users and permissions guide
    object description
    object description
    object description
    object description
    Managing users and permissions guide
    object description
    Managing users and permissions guide
    object description
    object description
    object description
    object description
    object description
    spinner