Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r0871
Excerpt

Please complete the following steps in the Azure portal to create a Key Vault and to associate it with the

D s item
itemregistered application
.

Info

NOTE: A Key Vault is required for use with the

D s platform
.

Create Key Vault in Azure

Steps:

  1. Log into the Azure portal.
  2. Goto: https://portal.azure.com/#create/Microsoft.KeyVault
  3. Complete the form for creating a new Key Vault resource:
    1. Name: Provide a reasonable name for the resource. Example:

      Code Block
      <clusterName>-<applicationName>-<group/organizationName>

      Or, you can use trifacta.

    2. Location: Pick the location used by the cluster.
    3. For other fields, add appropriate information based on your enterprise's preferences.
  4. To create the resource, click Create.

    Info

    NOTE: Retain the DNS Name value for later use.

Enable Key Vault access for the 
D s platform

Steps:

In the Azure portal, you must assign access policies for application principal of the 

D s item
itemregistered application
 to access the Key Vault.

Steps:

  1. In the Azure portal, select the Key Vault you created. Then, select Access Policies.
  2. In the Access Policies window, select the 
    D s item
    itemregistered application
    .
  3. Click Add Access Policy.
  4. Select the following secret permissions (at a minimum):
    1. Get
    2. Set
    3. Delete
    4. Recover
  5. Select the
    D s item
    itemapplication principal
    .
  6. Assign the policy you just created to that principal.

...