-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sigv4 Wrapper Gem for OpenSearch::Client #104
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good!
I hit approve. Big (and definitely a late) question. Should this be called |
Will need to get a CHANGELOG line, too. |
@dblock It should haha. You will likely have to hit approve a 3rd time though :P |
Signed-off-by: Theo Truong <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me. Happy to hit approve as many times as needed.
Signed-off-by: Theo Truong <[email protected]>
@robsears @VijayanB @jayeshathila @vamshin Would you mind taking a look at this? |
This is being blocked by: #108 |
s.required_ruby_version = '>= 2.5' | ||
|
||
s.add_dependency 'aws-sigv4', '~> 1' | ||
s.add_dependency 'opensearch-ruby', '~> 2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this new opensearch-aws-sigv4
gem is independent, can it work with both 1.x and 2.x versions of opensearch-ruby
gem?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might. Lemme take a look at v1 to see if it will cause any issue.
New Commit is not being pushed to this PR. Recreating. |
Signed-off-by: Theo Truong [email protected]
Description
Added Sigv4 Client gem that is a wrapper of
opensearch-ruby
gem. This gem will sign every request with an AWS Sigv4 signature.Issues Resolved
Closes #71
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.