You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support basic auth in schema registry, the basic.auth.user.info property has to be passed to schema registry. The value of this property is in the form <username>:<password>. In order to avoid leaking passwords to logs and DBs in other systems (hyperdrive-trigger), hyperdrive should provide a property that accepts a path to a password file and read the content of the file as the value for basic.auth.user.info
The user then has to provide a file with the content <username>:<password> and pass the filename to hyperdrive
The text was updated successfully, but these errors were encountered:
To support basic auth in schema registry, the
basic.auth.user.info
property has to be passed to schema registry. The value of this property is in the form<username>:<password>
. In order to avoid leaking passwords to logs and DBs in other systems (hyperdrive-trigger), hyperdrive should provide a property that accepts a path to a password file and read the content of the file as the value forbasic.auth.user.info
The user then has to provide a file with the content
<username>:<password>
and pass the filename to hyperdriveThe text was updated successfully, but these errors were encountered: