Matthieu ANTOINE
Matthieu ANTOINE
Hey! We've been using `kafka-gitops` with MSK and IAM auth like this: ``` $ export KAFKA_SASL_CLIENT_CALLBACK_HANDLER_CLASS="software.amazon.msk.auth.iam.IAMClientCallbackHandler" $ export KAFKA_SASL_JAAS_CONFIG="software.amazon.msk.auth.iam.IAMLoginModule required;" $ export KAFKA_SASL_MECHANISM="AWS_MSK_IAM" $ export KAFKA_SECURITY_PROTOCOL="SASL_SSL" $ java -cp ${AWS_MSK_IAM_PLUGIN_PATH}:${KAFKA_GITOPS_PATH}...
@YvesZelros This isn't relevant to this discussion. The issue at hands here is that the [latest build](https://github.com/actions-runner-controller/releases/actions/runs/9415130587) for the image for `summerwind/actions-runner-dind-rootless` containing version 2.317.0 of the GHA runner failed,...