Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure kafkaRest with tls.enabled=true and secretRef in examples #318

Open
pkleindl opened this issue Oct 9, 2024 · 0 comments
Open

Comments

@pkleindl
Copy link

pkleindl commented Oct 9, 2024

Enabling TLS on the kafkaRest dependency requires the secretRef to be set there, too, even if the same secretRef is set at the higher level on spec.tls.secretRef.

This resulted in the ERROR "tls client secretRef or directoryPathInContainer must be set in spec" in the operators logs and caused all changes after startup not to be applied to the cluster.

dependencies:
  kafkaRest:
     authentication:
        bearer:
          secretRef: kafka-credential
        type: bearer
      tls:
        enabled: true
        secretref: here

For details, see https://support.confluent.io/hc/en-us/requests/234433 (not public)
Copied from the issue:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant