Skip to content

Keyvault

Creation

Create a key vault with access policies.

Configuration

  1. Secret for SQL Server authentication

    1. name: bcdwh-sqlserver-pwd
    2. value: The sqlserver password (define one in case you haven't created an SQL Server yet)
  2. In case of OAuth2 authentication (cloud, some on-prem), create a secret for the client secret:

    1. name: bc-api-clientsecret
  3. In case of basic authentication (on-prem), create another secret for the BC authentication

    1. name: bc-api-basic-auth
    2. value: if we have basic authorization the secret value is the encoded key from Postman code snippet:
      encoded-key.png
      basic-api-secret-value.png
  4. Add the AF identity with at least Get, List, Set on Secret permissions