-
Notifications
You must be signed in to change notification settings - Fork 14
Update amazon-msk.mdx to fix sasl.mechanism property #518
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
base: main
Are you sure you want to change the base?
Conversation
sasl/scram auth must specify sasl.mechanism = 'SCRAM-SHA-512' not AWS_MSK_IAM Signed-off-by: kazdy <[email protected]>
|
Hi @kazdy, thanks for contribution. There are two auth for MSK, SSL/SASL and IAM (AWS recommends).
Thanks for pointing out, I think it is okay to have two examples here. |
|
Hi, thanks for checking. So atm there are 2 examples one specifies: but the sasl.mechanism is set to AWS_MSK_IAM, which is incorrect and won't work the example below this one shows correct AWS_MSK_IAM config with provided aws credentials instead sasl username and password risingwave-docs/integrations/sources/amazon-msk.mdx Lines 222 to 233 in 5585959
|
|
Also I don't think this line is correct, it mentions Kinesis, but this page is about Kafka:
For kafka we use brokers and not aws service endpoint ie |
I think it is removed in #519 Besides, the endpoint here is not mandatory but an optional one, in case you have a private endpoint in your own VPC. |
for sasl/scram auth we must specify
sasl.mechanism = 'SCRAM-SHA-512' not AWS_MSK_IAM
Description
[ Please provide a brief summary of the documentation changes and purpose. ]
Related code PR
[ Link to the related code pull request (if any). ]
Related doc issue
[ Link to the related documentation issue or task (if any). ]
Fix [ Provide the link to the doc issue here. ]
Checklist
mint.jsonto include the page in the table of contents.