Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Add basic auth to schema registry#25

Open
Claudio Benfatto (claudio-benfatto) wants to merge 2 commits intolensesio:masterfrom
claudio-benfatto:add_basic_auth_to_schema_registry
Open

Add basic auth to schema registry#25
Claudio Benfatto (claudio-benfatto) wants to merge 2 commits intolensesio:masterfrom
claudio-benfatto:add_basic_auth_to_schema_registry

Conversation

@claudio-benfatto
Copy link
Copy Markdown

This PR enables basic authentication for schema registry by the means of adding two new parameters to the root cli command:

  • --username, -u: basic authentication user
  • --password, -p: basic authentication password

Basic auth itself is implemented in a way to make it easy to support different kind of authentications based on the Authorization header, should they be supported in the future or by custom 3rd party implementations.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant