Skip to content
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 password file argument for schema registry #218

Closed
kevinwallimann opened this issue Apr 14, 2021 · 0 comments · Fixed by #219
Closed

Add password file argument for schema registry #218

kevinwallimann opened this issue Apr 14, 2021 · 0 comments · Fixed by #219
Assignees
Milestone

Comments

@kevinwallimann
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant