mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Update azure.mdx with Azure debug info (#22273)
* Add a section for enabling Azure debug logs for Azure secret engine similar to the section in the Azure Auth method. --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user