Closed sobolk closed 1 week ago
Latest commit: bb3d26e0d6228d527691cfbc5672deb92d06cc3f
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Problem
We're getting intermittent
InvalidSignatureException
exception in our e2e tests. This seems to happen:e2e-tooling
profile only.e2e-tooling
profile seems to be failing, regardless of scenario.This has been triaged to match: https://github.com/aws-actions/configure-aws-credentials/issues/599 and https://github.com/aws-actions/configure-aws-credentials/issues/528
Example
Changes
Use
special-characters-workaround
which was added to handle this particular case.Docs: https://github.com/aws-actions/configure-aws-credentials/blob/97834a484a5ab3c40fa9e2eb40fcf8041105a573/action.yml#L73-L75
Validation
This PR run.
Checklist
run-e2e
label set.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.