Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
victorjonsson committed Sep 2, 2019
1 parent 7f92f6e commit 10d0ada
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -62,3 +62,8 @@ Now you can start referencing key vault secrets using the following syntax `@Azu
```

You have the option to provide the base url of your key vault instance on every call to @AzureKeyVault(...) or you can add a single configuration parameter named `AZURE_KEY_VAULT_URL`, containing the base url.

## Authentication

This package takes for granted that you're using [Managed Identites](https://docs.microsoft.com/en-us/aspnet/core/security/key-vault-configuration?view=aspnetcore-2.2#use-managed-identities-for-azure-resources) to authenticate against the key vault. If that is not the case you need to implement `VikJon.AzureKeyVaultConfigProvider.IKeyVaultGateway` and provide the extension method `AddAzureKeyVaultWithNameRefSupport` with an instance of that implementation.

0 comments on commit 10d0ada

Please sign in to comment.