Skip to content

Commit

Permalink
Restructure.
Browse files Browse the repository at this point in the history
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
  • Loading branch information
v-shenoy committed Mar 11, 2022
1 parent 04f2786 commit 455576a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/docs/2.7/concepts/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,13 @@ hashiCorpVault: # Optional.

### Azure Key Vault secret(s)

You can pull secrets from Azure Key Vault into the trigger by using the `azureKeyVault` key. Users need to register an application
with Azure Active Directory, and give permissions to it for accessing the key vault. The `clientId` and `tenantId` for the application
are to be provided as part of the spec. The `clientSecret` for the application is expected to be within a secret on the cluster.
You can pull secrets from Azure Key Vault into the trigger by using the `azureKeyVault` key.

The `secrets` list defines the mapping between the key vault secret and the authentication parameter.

Users need to register an application with Azure Active Directory, and give permissions to it for accessing the key vault. The `clientId` and `tenantId` for the application
are to be provided as part of the spec. The `clientSecret` for the application is expected to be within a secret on the cluster.

```yaml
azureKeyVault: # Optional
vaultURI: {key-vault-address} # Required
Expand Down

0 comments on commit 455576a

Please sign in to comment.