For the complete documentation index, see llms.txt. This page is also available as Markdown.

Alation

Set up access request links in Alation

Use Alation's data products 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

  • Alation user with Marketplace Admin if you are setting up links within Alation data products.

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

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

  3. Follow the Alation documentation to Add delivery systems 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 With functionality.

  1. To set up access request links for access requests under the Open with button, use the Alation API 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 API 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.

Last updated

Was this helpful?