Skip to content
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

Allow using IAM Authentication with Amazon ElasticSearch service #1056

Merged
merged 1 commit into from
Mar 18, 2016
Merged

Allow using IAM Authentication with Amazon ElasticSearch service #1056

merged 1 commit into from
Mar 18, 2016

Conversation

jeskew
Copy link
Contributor

@jeskew jeskew commented Mar 12, 2016

This PR adds an optional dependency on the AWS SDK for PHP and adds support for AWS Auth signing of requests sent to the Amazon ElasticSearch Service.

This would resolve #948.

@jeskew
Copy link
Contributor Author

jeskew commented Mar 13, 2016

@ruflin I don't believe the CircleCI failure is related to this pull request; all recent PRs are failing with a similar message.

@ruflin
Copy link
Owner

ruflin commented Mar 14, 2016

@jeskew The circleci issue definitively isn't related. I just tried out Circle-CI and forgot to disable it. Will have a look at the PR later.

@ruflin
Copy link
Owner

ruflin commented Mar 14, 2016

LGTM. I like that it is completely decoupled and an optional dependency. Could you update the CHANGELOG.md and squash the commits afterwards if possible?

@jeskew
Copy link
Contributor Author

jeskew commented Mar 17, 2016

@ruflin The changelog has been updated and the commits squashed.

ruflin added a commit that referenced this pull request Mar 18, 2016
Allow using IAM Authentication with Amazon ElasticSearch service
@ruflin ruflin merged commit a3006ea into ruflin:master Mar 18, 2016
@ruflin
Copy link
Owner

ruflin commented Mar 18, 2016

@jeskew Merged. Thanks a lot.

@@ -16,12 +16,14 @@
"psr/log": "~1.0"
},
"require-dev": {
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "~6.0",
"aws/aws-sdk-php": "~3.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

impossible to install this version using php 5.4, but above requirements say that it's >=5.4

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you install without require-dev, php5.4 works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support IAM credentials
3 participants