From 9760eea10ce7606d41d5a5500d3514234050372c Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Mon, 13 Dec 2021 14:16:45 -0500 Subject: [PATCH] auth/azure: add note about debug env (#13405) * auth/azure: add note about debug env * Update azure.mdx * Update azure.mdx --- website/content/docs/auth/azure.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/content/docs/auth/azure.mdx b/website/content/docs/auth/azure.mdx index 003097643871..d2c09491dd9e 100644 --- a/website/content/docs/auth/azure.mdx +++ b/website/content/docs/auth/azure.mdx @@ -192,6 +192,18 @@ for your server at `path/to/plugins`: $ vault auth enable -path=azure azure-auth ``` +## Azure Debug Logs + +The Azure auth plugin supports debug logging which includes additional information +about requests and responses from the Azure API. + +To enable the Azure debug logs, set the following environment variable on the Vault +server: + +```shell +AZURE_SDK_GO_LOGGING=debug +``` + ## API The Azure Auth Plugin has a full HTTP API. Please see the [API documentation](/api/auth/azure) for more details.