This message was deleted.
s
This message was deleted.
g
The kafka configuration options are detailed at https://github.com/pulumi/pulumi-kafka/blob/master/README.md#configuration. You'll need
kafka:bootstrapServers
and one of the other auth options.
w
thanks. So the server and then a username password combo would do?
g
I think so.
w
@gentle-diamond-70147 cool, are you by any chance using the hosted confluent service so you know where I find the
bootstrapserver
?
also, is it possible to configure api keys? (I'm sort of a newbie when it comes to kafka in general)
looks like there is missing some pieces when it comes to confluent and kafka
g
unfortunately I'm a newbie to kafka as well. I helped another customer use the AWS managed service which the AWS API provided the boostrapServers list in the response and the certificates needed.
w
I can't find any of the certificates for confluent though. What I need is probably a pulumi version of https://github.com/Mongey/terraform-provider-confluentcloud. Thanks for your replies though!
I tried creating an API key that had a service principal with a lot of access to a cluster and just use that to connect to the cluster, but got some weird error.