We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--debug
azure-core
Authorization
x-ms-authorization-auxiliary
Before bumping azure-core to 1.13.0, Azure CLI must adapt to azure-core's new behavior.
For tokens in Authorization and x-ms-authorization-auxiliary:
NetworkTraceLoggingPolicy
--verbose
az config set logging.show_tokens=True
The text was updated successfully, but these errors were encountered:
Core
Sorry, something went wrong.
jiasli
Successfully merging a pull request may close this issue.
Context
azure-core
1.13.0,Authorization
header is now exposed in DEBUG log (Make NetworkTraceLoggingPolicy show the auth token in plain text azure-sdk-for-python#17424).x-ms-authorization-auxiliary
header (x-ms-authorization-auxiliary header should be redacted azure-sdk-for-python#17271).Before bumping
azure-core
to 1.13.0, Azure CLI must adapt toazure-core
's new behavior.Proposed solutions
For tokens in
Authorization
andx-ms-authorization-auxiliary
:--debug
mode like the newNetworkTraceLoggingPolicy
.--verbose
.az config set logging.show_tokens=True
.The text was updated successfully, but these errors were encountered: