This message was deleted.
# typescript
s
This message was deleted.
b
How are you authenticating?
f
Hi @billowy-army-68599 This is
AzureDataLakeGen2Sink
connector. I am using Kafka Api key and and data lake gen2 access key to authenticate.
b
okay you’ll need to validate it works as expected, because 401 unauthorized indicates your key isn’t correct
f
I did with same API key via UI and the connector is being created
s
Depending on what the API key is for, you may need to set Confluent/Kafka ACLs - not always obvious which ACLs to set. I saw this recently with an S3 sink connector (not using Pulumi). There are both Confluent and Kafka ACLs, we needed the latter. You may want to prototype this with the
confluent
CLI command to create and list ACLs, and talk to Confluent support about this https://docs.confluent.io/cloud/current/access-management/access-control/acl.html
Once you have this working it will be easier to convert to Pulumi