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

truststoreSecretName is set as required while supposed to be optional #170

Open
nemerna-finastra opened this issue Apr 12, 2022 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@nemerna-finastra
Copy link

in the apiCurio CR, there is an ability to configure the storage as kafkasql/streams
where you can manage to set the authentication in two ways:

  1. tls
  2. scram

in the scram, there is a field called truststoreSecretName, which according to the documentation is a required field
and inaction, not setting this variable at all, will cause the operator not to generate other scram-related ENV variables in the registry deployment.

while in fact this field is supposed to be Optional, as when using Signed Certificates for Kafka listeners, there is no need to configure any truststore certs on the client-side, as those certificates are trusted by default

I am interested in a patch that can allow me not to set this variable, while the operator still creates other scram auth related env variables for the deployment resource

@EricWittmann EricWittmann added the Enhancement New feature or request label Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants