You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we handle responses from IMDS under certain conditions by throwing CredentialUnavailableException. The purpose of this exception is to indicate to chained credentials, such as DefaultAzureCredential, that the credential selection process should not terminate and continue attempting credentials along the chain.
Please validate in our managed identity probe request implementation that any request, either successful or unsuccessful, containing content other than valid json should result in throwing CredentialUnavailableException.
The text was updated successfully, but these errors were encountered:
Currently we handle responses from IMDS under certain conditions by throwing
CredentialUnavailableException
. The purpose of this exception is to indicate to chained credentials, such asDefaultAzureCredential
, that the credential selection process should not terminate and continue attempting credentials along the chain.Please validate in our managed identity probe request implementation that any request, either successful or unsuccessful, containing content other than valid json should result in throwing
CredentialUnavailableException
.The text was updated successfully, but these errors were encountered: