Replies: 1 comment 3 replies
-
|
The REST API will not show you the actual values. It would show you the provider. I think this is expected (as you do not really want to see the secret). TBH, without full logs etc., it is hard to say if the error comes because the provider value is not replaced or whether it just doesn't like your value from the secret. Best way to try it might be to use it on some field which is not secret and will be printed on the Kafka log. There you can see what value is actually set there. With JAAS config, it will be masked so you won't see anything in the log. |
Beta Was this translation helpful? Give feedback.
3 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.
-
On my KafkaConnect and KafkaConnector I have the following set up:
The rolebindings are in place and I don't seem to be getting any errors related to permissions to the secret from the service account.
The secret I'm referring to looks like this:
I have a Debezium connector I'm trying to configure using SSL_SASL with a JAAS config using this secret:
Looking at the config using the REST api it looks like it might be taking the setting literally?
I get the following error when the connector starts up:
Which I think means the settings are malformed. Am I doing this right?
Beta Was this translation helpful? Give feedback.
All reactions