schema-registry icon indicating copy to clipboard operation
schema-registry copied to clipboard

Add basic auth to schema registry

Open claudio-benfatto opened this issue 4 years ago • 0 comments

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.

claudio-benfatto avatar May 11 '20 07:05 claudio-benfatto