Skip to content

Commit

Permalink
auth/azure: add note about debug env (hashicorp#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 heppu committed Jan 13, 2022
1 parent 806d5b5 commit 4abdf0d
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 4abdf0d

Please sign in to comment.