Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Fix kms with custom host #3834

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

akud
Copy link

@akud akud commented Oct 3, 2018

This fixes a bug when using a KmsConnection with a custom host value -
for example, FIPS endpoints.

Previously, kms would set the host header to the region endpoint,
regardless of the actual host that would be used. That resulted in an
InvalidSignatureException when making any call.

Alex Kudlick added 2 commits October 3, 2018 12:16
This fixes a bug when using a `KmsConnection` with a custom host
value - for example, [FIPS endpoints](https://aws.amazon.com/compliance/fips/).

Previously, kms would set the host header to the region endpoint,
regardless of the actual host that would be used. That resulted in
an `InvalidSignatureException` when making any call.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant