A year ago the upstream Terraform provider fixed the rotation of machine_secrets, in particular the client secrets which expire after a year (see siderolabs/terraform-provider-talos#167).
I am using this Pulumi provider since shortly over a year and now encounter the situation that these secrets have not been rotated by the provider which, in turn, breaks my automation because I am generating the talosconfig through this provider.
Does Pulumi/this provider support the upstream rotation and how can I trigger that rotation properly?
A year ago the upstream Terraform provider fixed the rotation of
machine_secrets, in particular the client secrets which expire after a year (see siderolabs/terraform-provider-talos#167).I am using this Pulumi provider since shortly over a year and now encounter the situation that these secrets have not been rotated by the provider which, in turn, breaks my automation because I am generating the
talosconfigthrough this provider.Does Pulumi/this provider support the upstream rotation and how can I trigger that rotation properly?