Michael Scharp

Results 5 comments of Michael Scharp

Is there any update on this issue? I have a project where we are using Mockolate for and are randomly seeing this error as well. So far, we have been...

I'm unable to test the previous functionality as I'm required to use temp credentials. It would be worth testing that the script still works correctly without specifying a security token...

@dagnir @millems Bumping to hopefully get traction...

So, I changed the following ` cp = StsAssumeRoleWithSamlCredentialsProvider .builder() .stsClient(StsClient.builder().region(Region.US_EAST_1).httpClient(httpClient).build()) .asyncCredentialUpdateEnabled(true) .refreshRequest(supplier) .build(); ` to ` cp = StsAssumeRoleWithSamlCredentialsProvider .builder() .stsClient( StsClient .builder() .region(Region.US_EAST_1) .httpClient(httpClient) .credentialsProvider(AnonymousCredentialsProvider.create()).build() ) .asyncCredentialUpdateEnabled(true) .refreshRequest(supplier)...

I am experiencing the same problem, though I think it's manifested differently... more like: [#4303.](https://github.com/cypress-io/cypress/issues/4303). If this doesn't belong here, I'll be happy to create a new issue. Cypress Version...