Open fritz-net opened 8 months ago
which sasl auth are you using? will you be able to share provider config?
sure here:
provider "kafka" {
bootstrap_servers = split(",", aws_msk_cluster.somename.bootstrap_brokers_sasl_iam)
tls_enabled = true
sasl_mechanism = "aws-iam" # https://github.com/Mongey/terraform-provider-kafka/pull/372
}
for me its not that urgent since reverting back to 0.6.0 made it work again :)
so are you setting creds via env vars cause I made change just to include aws_profile or aws_role_arn i havent changed any of 0.6.0 behavior just trying to see what caused this
yes ( I thing - will check tomorrow ) we use env vars since they are secrets and its inside of a CI/CD pipeline
Ok I will try it out with env vars and see if it works sorry I only tested with iam_role_arn
https://github.com/aws-actions/configure-aws-credentials this is what's used under the hood, so I guess its env vars
our module was auto updated and starting to fail. When setting version to 0.6.0 it worked again.
we use aim auth and tls