faint-pager-13674
02/17/2025, 4:21 PM-- azure-native:containerinstance:ContainerGroup dataloader-container-group deleting original (1s) error: ClientSecretCredential authentication failed.
-- azure-native:containerinstance:ContainerGroup dataloader-container-group **deleting failed** error: ClientSecretCredential authentication failed.
Now the question is does pulumi cache the old secret somewhere. How to refresh this secret? Any clue?faint-pager-13674
02/19/2025, 10:30 AMazure-native:clientSecret
with the new secret
2. Purposefully downgraded the azure-native
provider version and did a pulumi preview
This updated the state with a new default azure-native provider.
3. Export the state using pulumi stack export
and manually updated all azure-native
resources to use the new default provider reference. Then imported it and applied the changes.
This basically swapped the provider config with the new secrets and preview with refresh started working.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by