-
Notifications
You must be signed in to change notification settings - Fork 51
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
Token expires during longer Pulumi programs #217
Comments
Linking this issue... hashicorp/terraform-provider-azurerm#2602 |
While the upstream issue is open for half-a-year, what's the workaround to apply in Pulumi programs? Today, I got the failure while creating an instance of Azure API Management. The next run of |
It looks like this may be fixed with the provider version 1.20. I see this note in the docs:
|
In the latest Terraform AzureRM provider that is due for release, the following is included in it hashicorp/terraform-provider-azurerm#3850 I don't believe they are going to support anything other than Service Principal for the foreseeable future |
I think we've fixed this issue since 2019. I'll close it as stale. |
@metral and I were both trying to provision an AKS cluster which took a significant amount of time (~20-40mins). While
pulumi up
was running, our Authorization tokens expired resulting in this error:This seems to be related to this TF error.
The text was updated successfully, but these errors were encountered: