backport of commit 92734f109d385f85f877fc1040c87658778e5e5b (#22643)

Co-authored-by: ram-parameswaran <109940849+ram-parameswaran@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-08-30 12:49:33 -04:00 committed by GitHub
parent 238f5be13c
commit 73a8a9ee37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -300,6 +300,18 @@ Azure service principal configured with the same permissions.
`ffffff`. These may be used to search for Vault-created credentials using the `az` tool
or Portal.
## Azure debug logs
The Azure secret engine plugin supports debug logging which includes additional information
about requests and responses from the Azure API.
To enable the Azure debug logs, set the `AZURE_GO_SDK_LOG_LEVEL` environment variable to `DEBUG` on your Vault
server:
```shell
AZURE_GO_SDK_LOG_LEVEL=DEBUG
```
## Help &amp; support
The Azure secrets engine is written as an external Vault plugin and