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

Adds support to AWS MSK IAM auth method #74

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

valmoz
Copy link

@valmoz valmoz commented Sep 28, 2022

Related to issue #71

src/Client/SyncClient.php Outdated Show resolved Hide resolved
src/Client/SyncClient.php Outdated Show resolved Hide resolved
src/Sasl/AwsMskIamSasl.php Outdated Show resolved Hide resolved
src/Sasl/AwsMskIamSasl.php Outdated Show resolved Hide resolved
src/Sasl/AwsMskIamSasl.php Outdated Show resolved Hide resolved
$config->setInterval(0.1);
$config->setSasl([
"type"=> AwsMskIamSasl::class,
"host"=>"localhost",
Copy link

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

Copy link
Author

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?

Copy link

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

Copy link
Author

Choose a reason for hiding this comment

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

right, I modified it

Copy link
Author

Choose a reason for hiding this comment

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

@wuxi889
Copy link

wuxi889 commented Aug 23, 2023

@valmoz hi, I wonder if there is no need to additionally configure the credentials (key and secret) of aws?

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.

3 participants