amazon suggests using signature_version 4 for accessing the elasticlo…#796
Closed
paepke wants to merge 2 commits into
Closed
amazon suggests using signature_version 4 for accessing the elasticlo…#796paepke wants to merge 2 commits into
paepke wants to merge 2 commits into
Conversation
…adbalancing api. Currently at least eu-central-1 requires using this version in my case.
Member
|
Thanks. The change looks good to me - did you also had a chance to test it against the live API? |
Contributor
Author
|
I'm using it currently against the live api. Without this patch the ELB API is broken to me for eu-central-1. |
asfgit
pushed a commit
that referenced
this pull request
May 28, 2016
Closes #796 Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
Member
|
Merged, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[LIBCLOUD-824] Elastic loadbalancer signature version 4
Description
At least the region eu-central-1 does not support Signature Version 2.
At http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/using-query-api.html is stated that newer applications should support Version 4 as the standard signing.
See Amazon ELB Docs.
Status
Checklist (tick everything that applies)