Alation

Use Alation's data productsarrow-up-right in their Marketplace or assets in their catalog and configure the access request links so users can click a button directly in Alation to request access. You may also opt to add the access request links to data object descriptions.

Requirements

  1. Publish a data product in Immuta, and take note of the data product ID.

  2. Follow the Alation documentation to Create a data productarrow-up-right, and enter the Immuta data product ID as the productId field.

  3. Follow the Alation documentation to Add delivery systemsarrow-up-right to your new data product. Insert the access request link for the Immuta data product aligning with the Alation data product in the URI field as seen below and update the accessRequestInstruction field to match the sample provided:

deliverySystems:
  immuta:
    accessRequestInstruction:
      provider: Immuta
      type: external
      uri: "https://app.immutacloud.com/marketplace/data-product/<data product ID>/request-access?type=data-access"
    type: api
    uri: "https://app.immutacloud.com/marketplace/data-product/<data product ID>/request-access?type=data-access"

Set up your access request links to use the Alation Open Witharrow-up-right functionality.

  1. To set up access request links for access requests under the Open with button, use the Alation APIarrow-up-right to make a call to the https://<your_alation_url>/integration/v2/catalog_chooser/register_opener/ endpoint with the following payload:

  2. To set up access request links for masking exception requests under the Open with button, use the Alation APIarrow-up-right to make a call to the https://<your_alation_url>/integration/v2/catalog_chooser/register_opener/ endpoint with the following payload:

This will automatically update all the supported data sources with the request access link to their corresponding asset under the Open with button in Alation.

circle-exclamation

Last updated

Was this helpful?