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

Add schema registry authentication options #284

Open
arov00 opened this issue Dec 14, 2024 · 0 comments
Open

Add schema registry authentication options #284

arov00 opened this issue Dec 14, 2024 · 0 comments
Labels

Comments

@arov00
Copy link
Contributor

arov00 commented Dec 14, 2024

Currently, the Helm chart supports only the most basic schema registry configuration (only setting the schema registry URL is supported). This is fine for schema registries that are not secured in any way, but a better solution is needed for secured deployments.

Here are the components that rely on schema registry:

  • Strimzi Context Operator
  • Aggregator
  • Kafka Connect

Ideally, the values.yaml would be extended as follows:

schemaRegistry:
    url: http://schema-registry:8080/apis/ccompat/v7
    basicAuthCredentials:
      secretName: mysecret
      usernameKey: user
      passwordKey: password

Then those values should be plugged into the template whenever needed.

@arov00 arov00 added the helm label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant