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
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
The security token doesn't seem to get refreshed as necessary during a long-running provider operation. For example, this CI job was polling an outstanding CC request and eventually died due to an expired token.
@ updating......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
....................................................................................................................................................................................................................................................................................................................................................................................................................
+ aws-native:iam:Role role-15 creating (3516s) error: getting resource request status: operation error CloudControl: GetResourceRequestStatus, https response error StatusCode: 400, RequestID: 4f0d08e2-9afb-40d1-ac6f-8a706210b5e4, api error ExpiredTokenException: The security token included in the request is expired
+ aws-native:iam:Role role-15 **creating failed** error: getting resource request status: operation error CloudControl: GetResourceRequestStatus, https response error StatusCode: 400, RequestID: 4f0d08e2-9afb-40d1-ac6f-8a706210b5e4, api error ExpiredTokenException: The security token included in the request is expired
+ pulumi:pulumi:Stack aws-parallel-ts-p-it-runner-parallel-t-3a900e5a creating (3521s) error: update failed
+ pulumi:pulumi:Stack aws-parallel-ts-p-it-runner-parallel-t-3a900e5a **creating failed (4s)** 1 error; 2 warnings
Diagnostics:
pulumi:pulumi:Stack (aws-parallel-ts-p-it-runner-parallel-t-3a900e5a):
warning: using pulumi-resource-aws-native from $PATH at /home/runner/work/pulumi-aws-native/pulumi-aws-native/bin/pulumi-resource-aws-native
warning: using pulumi-resource-aws-native from $PATH at /home/runner/work/pulumi-aws-native/pulumi-aws-native/bin/pulumi-resource-aws-native
error: update failed
Hello!
Issue details
The security token doesn't seem to get refreshed as necessary during a long-running provider operation. For example, this CI job was polling an outstanding CC request and eventually died due to an expired token.
It may be related to aws/aws-cli#9034 and/or aws/aws-sdk-go-v2#2135.
The text was updated successfully, but these errors were encountered: