Contents:
For authentication purposes, the Designer Cloud Powered by Trifacta® platform must be integrated with an Azure Key Vault keystore.
- For more information, see https://azure.microsoft.com/en-us/services/key-vault/.
Please complete the following sections to create and configure your Azure Key Vault.
Create a Key Vault resource in Azure
Please complete the following steps in the Azure portal to create a Key Vault and to associate it with the Alteryx registered application. NOTE: A Key Vault is required for use with the Designer Cloud Powered by Trifacta platform. Steps: Name: Provide a reasonable name for the resource. Example: Or, you can use To create the resource, click Create. NOTE: Retain the DNS Name value for later use. Steps: In the Azure portal, you must assign access policies for application principal of the Alteryx registered application to access the Key Vault. Steps:Create Key Vault in Azure
<clusterName>-<applicationName>-<group/organizationName>
trifacta
.Enable Key Vault access for the Designer Cloud Powered by Trifacta platform
Configure Key Vault for WASB
Create WASB access token
If you are enabling access to WASB, you must create this token within the Azure Portal.
For more information, see https://docs.microsoft.com/en-us/rest/api/storageservices/delegating-access-with-a-shared-access-signature.
You must specify the storage protocol ( wasbs
) used by the Designer Cloud Powered by Trifacta platform.
Configure Key Vault key and secret for WASB
In the Key Vault, you can create key and secret pairs for use.
Base Storage Layer | Description |
---|---|
ADLS | The Designer Cloud Powered by Trifacta platform creates its own key-secret combinations in the Key Vault. No additional configuration is required. Please skip this section and populate the Key Vault URL into the Designer Cloud Powered by Trifacta platform. |
WASB | For WASB, you must create key and secret values that match other values in your Azure configuration. Instructions are below. |
WASB: To enable access to the Key Vault, you must specify your key and secret values as follows:
Item | Applicable Configuration |
---|---|
key | The value of the key must be specified as the |
secret | The value of the secret should match the shared access signature for your storage. This value is specified as |
Acquire shared access signature value:
In the Azure portal, please do the following:
- Open your storage account.
- Select Shared Access Signature .
- Generate or view existing signatures.
- For a new or existing signature, copy the SAS token value. Omit the leading question mark (?).
- Paste this value into a text file for safekeeping.
Create a custom key:
To create a custom key and secret pair for WASB use by the Designer Cloud Powered by Trifacta platform, please complete the following steps:
- On an existing or newly created Azure Key Vault resource, click Secrets.
- At the top of the menu, click Generate/Import.
- In the Create a secret menu:
- Select Manual for upload options.
Chose an appropriate name for the key.
NOTE: Please retain the name of the key for later use, when it is applied through the Designer Cloud Powered by Trifacta platform as the
sasTokenId
value. Instructions are provided later.- Paste the SAS token value for the key into the secret field.
- Click Create.
Configure Key Vault Location
For ADLS or WASB, the location of the Azure Key Vault must be specified for the Designer Cloud Powered by Trifacta platform. The location can be found in the properties section of the Key Vault resource in the Azure portal.
Steps:
- Log in to the Azure portal.
- Select the Key Vault resource.
- Click Properties.
- Locate the DNS Name field. Copy the field value.
This value is the location for the Key Vault. It must be applied in the Designer Cloud Powered by Trifacta platform.
Steps:
- You can apply this change through the Admin Settings Page (recommended) or
trifacta-conf.json
. For more information, see Platform Configuration Methods. Specify the URL in the following parameter:
"azure.keyVaultURL": "<your key value URL>",
Apply SAS token identifier for WASB
If you are using WASB as your base storage layer, you must apply the SAS token value into the configuration of the Designer Cloud Powered by Trifacta platform.
Steps:
- You can apply this change through the Admin Settings Page (recommended) or
trifacta-conf.json
. For more information, see Platform Configuration Methods. Paste the value of the SAS Token for the key you created in the Key Vault as the following value:
"azure.wasb.defaultStore.sasTokenId": "<your Sas Token Id>",
- Save your changes.
Configure Secure Token Service
Access to the Key Vault requires use of the secure token service (STS) from the Designer Cloud Powered by Trifacta platform. To use STS with Azure, the following properties must be specified.
NOTE: Except in rare cases, the other properties for secure token service do not need to be modified.
You can apply this change through the Admin Settings Page (recommended) or trifacta-conf.json
.
For more information, see Platform Configuration Methods.
Property | Description |
---|---|
" secure-token-service .autorestart" | Set this value to |
"secure-token-service.port" | Set this value to 8090 . |
"com.trifacta.services.secure_token_service. refresh_token_encryption_key" | Enter a base64 string to serve as your encryption key for the refresh token of the secure token service. A default encryption key is inserted for you. NOTE: If a valid base64 string value is not provided here, the platform fails to start. |
"secure-token-service.userIdHashingPepper" | Enter a base64 string. |
This page has no comments.