-
Notifications
You must be signed in to change notification settings - Fork 95
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 TLS configuration for RPK connecting to the schema registry #1592
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Holding off on merging for a bit, realized that the https://github.com/redpanda-data/redpanda/compare/allow-setting-schema-registry-via-rpk-node-config But waiting to hear back on how we want to proceed, either just plugging the above for now or reworking the chart to use profiles, which sounds like it's likely the "preferred" way we tell folks to use RPK. |
Opened up redpanda-data/redpanda#24017 to implement being able to configure this in |
I assume we need to wait for an rpk build (i.e. 24.3) to be out for this to merge? Or would it not matter? I assume docs with the rpk command would need to wait though for 24.3. |
@david-yu I'm going to go ahead and merge it -- it'll do nothing for the time being since older versions of |
@andrewstucki I assume its possible to test with this RC release? https://github.com/redpanda-data/redpanda/releases/tag/untagged-5fe25a9a58fdcd612efd |
Currently installing a cluster with TLS enabled break RPKs interactions with the schema registry:
Where you can access it properly with
curl
:This is because we're missing a
schema_registry
stanza from the rpk node configuration block:This adds the proper configuration so that RPK can interact with the schema registry.