mirror of https://github.com/pulumi/pulumi.git
0f8e922c71
By default our HTTP client retries all GET requests. However these post requests are also idempotent, as we just expect to encrypt/decrypt a single value, without changing anything on the server side. Retry them, so network errors won't abort the pulumi program. There's also some log decryption events that might be retryable, but I'm not sure about them, so I left them alone for now. Fixes https://github.com/pulumi/pulumi/issues/15236 |
||
---|---|---|
.. | ||
api.go | ||
api_endpoints.go | ||
api_test.go | ||
client.go | ||
client_test.go | ||
doc.go | ||
marshal_post_1.20.go | ||
marshal_pre_1.20.go |