Skip to content

Commit

Permalink
auth/azure: add note about debug env (#13405)
Browse files Browse the repository at this point in the history
* auth/azure: add note about debug env

* Update azure.mdx

* Update azure.mdx
  • Loading branch information
jasonodonnell authored and actions-user committed Dec 13, 2021
1 parent f11d240 commit 9760eea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/content/docs/auth/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9760eea

Please sign in to comment.