MSK(Kafka)IAM身份验证和Terraform

huangapple go评论55阅读模式
英文:

MSK (Kafka) IAM Authentication and Terraform

问题

我正在尝试在MSK集群上进行Kafka主题的Terraform配置。

要求是设置为IAM访问控制,而不是SASL/SCRAM。

我的问题是,是否可以在IAM访问控制下使用Terraform提供者(https://github.com/Mongey/terraform-provider-kafka)?我在网上看到的大多数示例都集中在Java上,而Terraform使用Golang库与Kafka通信。Java示例似乎使用了一个JAR库。在Golang中是否有类似的库,以及是否有办法将其与Terraform提供者一起使用?

英文:

I am attempting to Terraform the Kafka topics on a MSK cluster.

The requirements are that it is set up for IAM access control and not SASL/SCRAM.

My question is, Is it possible to use the Terraform provider (https://github.com/Mongey/terraform-provider-kafka) with IAM access control? Most of the examples I have seen online focus on Java, whereas Terraform is using a Golang library to talk to Kafka. The Java examples seem to use a JAR library. Does anything exist for Golang to do similar and is there any way to use it with the Terraform provider?

答案1

得分: 1

Terraform提供程序不支持通过IAM进行MSK身份验证,请参阅https://github.com/Mongey/terraform-provider-kafka/issues/218

英文:

The Terraform provider does not support authentication MSK via IAM, see https://github.com/Mongey/terraform-provider-kafka/issues/218

huangapple
  • 本文由 发表于 2023年3月31日 21:52:09
  • 转载请务必保留本文链接:https://go.coder-hub.com/75899327.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定