backport of commit 92734f109d385f85f877fc1040c87658778e5e5b (#22643)
Co-authored-by: ram-parameswaran <109940849+ram-parameswaran@users.noreply.github.com>
This commit is contained in:
parent
238f5be13c
commit
73a8a9ee37
|
@ -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 & support
|
||||
|
||||
The Azure secrets engine is written as an external Vault plugin and
|
||||
|
|
Loading…
Reference in New Issue