how to override kafkaconnect's acl configuration in kafkaconnector #6873
Unanswered
tusharbhasme
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think there is some previous discussion or issue about this already. When the Kafka option requires location to a certificate store, you cannot use the secret provider. You have to mount the secret as volume into the Connect pod and specify the path to the keystore / truststore. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We need to use a different user/secret per connector in a multi-tenant kafka-connect setup. I have added the
KubernetesSecretConfigProvider
in my kafka-connect:I am trying below configuration to override the keys in connector:
but I am getting below exception in the kafka-connect the moment the connector is deployed:
Is it not able to load a pkcs12 file?
If I try to directly use the pem files:
I get stuck with a different error:
Seems keystore.location gets set at somewhere in kafakconnect configuration and cannot be overridden here in kafkaconnector.
Beta Was this translation helpful? Give feedback.
All reactions