1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
-4
The docs to configure your cluster to authenticate via IAM are available here. https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html
You need to ensure that you deploy a policy with the kafka-cluster:CreateTopic permission to allow your clients to create a topic.
Best Craig
respondido hace 2 años
Well that is the point. I don't want to use IAM flow but SASL/SCRAM. That is why I enabled the public access. I am accessing the cluster from outside of the AWS
@Craig Simon Can you please post documentation with an example of how to authenticate from a public resource via SASL SCRAM?
Contenido relevante
- OFICIAL DE AWSActualizada hace 9 meses
- OFICIAL DE AWSActualizada hace un año
- OFICIAL DE AWSActualizada hace 6 meses
- OFICIAL DE AWSActualizada hace un año
Is there any answer for this from MSK? I am running into the same issue, using Confluent C# to access a public Amazon MSK cluster. I followed the tutorials to enable public access and have specified a SASL-SCRAM user via Secrets Manager.