-
Notifications
You must be signed in to change notification settings - Fork 49
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
Adds support to AWS MSK IAM auth method #74
base: master
Are you sure you want to change the base?
Conversation
examples/consumer_msk.php
Outdated
$config->setInterval(0.1); | ||
$config->setSasl([ | ||
"type"=> AwsMskIamSasl::class, | ||
"host"=>"localhost", |
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.
this is not used in the current version and is confusing
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.
@einacio are you suggesting removing the consumer_msk file?
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.
no, i refer to the host config. the code reads it from the socket, not from the sasl config
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.
right, I modified it
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.
Co-authored-by: einacio <[email protected]>
Co-authored-by: einacio <[email protected]>
Co-authored-by: einacio <[email protected]>
Co-authored-by: einacio <[email protected]>
@valmoz hi, I wonder if there is no need to additionally configure the credentials (key and secret) of aws? |
Related to issue #71