How to use AWS Secret manager to obtain credential for Confluent Kafka Cluster? #5955
Unanswered
lucas-silvs
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i try to create a ScaledObject to scaling with Kafka Consumer Group Lag, but i need to authenticate with the kafka Cluster (PLAIN Authentication). The idea is use the AWS Secret Manager to obtain the credentials of kafka cluster with the TriggerAuthentication, but not working yet. Is there any example with this same/equivalent scenario? Below is my Keda artifact:
Kubernetes Secret for AccessKey and AccessSecretKey:
Secret Structure:
TriggerAuthentication:
ScaledObject:
Keda Operator Error Message:
Beta Was this translation helpful? Give feedback.
All reactions