Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth/azure: add note about debug env #13405

Merged
merged 3 commits into from
Dec 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update azure.mdx
  • Loading branch information
jasonodonnell authored Dec 13, 2021
commit e0a4cb7c8c08206555c4e31bac685b8d3b1ebea8
4 changes: 2 additions & 2 deletions website/content/docs/auth/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ for your server at `path/to/plugins`:

## Azure Debug Logs

The Azure Auth Plugin supports additional logging of all requests to the Azure API
when additional information is needed (such as correlation ID headers).
The Azure auth plugin supports additional 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:
Expand Down