-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Schema registry authentication #28431
Comments
Did you take a look at those parameters to configure Kafka auth in Schema Registry? https://github.com/bitnami/charts/tree/main/bitnami/schema-registry#enable-authentication-for-kafka |
Yes. That describes the authentication from schema registry to kafka. I'm looking for a way to authenticate from client to schema registry. |
Did you get the chance to look into it? |
Hi @stefannmih , Thank you for bringing this issue to our attention and sorry for the delay, we have a lot of cases to check these days. As you mentioned, we did not add those variables to our container, so you need to use the Since you know the env vars that are missing, would you like to contribute by creating a PR for the Schema Registry container? The Bitnami team will be excited to review your submission and offer feedback. You can find the contributing guidelines here. Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Name and Version
bitnami/schema-registry:7.3/debian-12
What architecture are you using?
amd64
What steps will reproduce the bug?
Hello,
I am trying to follow the confluent documentation to enable the HTTP basic authentication. As presented here, I need to configure the following settings:
Following also this documentation, should let me add the above settings as:
The thing that I noticed is that the bitnami helm chart for the Confluent Schema registry does not add these parameters with my values in the schema-registry.properties. Going further I found that the image for the schema registry uses this script to write the environment variables.
It seems like the docker image does not know what to do with other environment variables than the ones in the schema-registry-env.sh
My questions are:
However, this is not the best approach due to the fact that I am also using SASL and the credentials for the schema registry to authenticate to kafka will be visible
What is the expected behavior?
Set up basic HTTP authentication with users taken from a secret
What do you see instead?
The extra environment variables declared by me appear in the pod configuration, however, they have no impact.
The text was updated successfully, but these errors were encountered: