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
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Describe the bug
Reported initially by https://discuss.hashicorp.com/t/azure-container-instance-deployment-is-failing/31064, waypoint reports the following error when using CLI auth:
From my reading of our authenticate function below, it looks like we try Environment auth, and if it times out, we try CLI auth.
waypoint/builtin/azure/aci/deployment.go
Lines 27 to 64 in c55a869
It looks like we should be logging the
Unable to create subscriptions client
error rather than returning, and continue on to try CLI auth.The text was updated successfully, but these errors were encountered: