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
Currently you can only pass the registry.credentials.password and registry.credentials.htpassword as plain text.
What is the feature you are proposing to solve the problem?
I'd like to be able to get all the registry.credentials values from an existing Kubernetes Secret, so the password, username, and htpassword never need to be plain text in the config file.
What alternatives have you considered?
n/a
The text was updated successfully, but these errors were encountered:
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
Name and Version
bitnami/harbor 24.3.3
What is the problem this feature will solve?
Currently you can only pass the
registry.credentials.password
andregistry.credentials.htpassword
as plain text.What is the feature you are proposing to solve the problem?
I'd like to be able to get all the
registry.credentials
values from an existing Kubernetes Secret, so thepassword
,username
, andhtpassword
never need to be plain text in the config file.What alternatives have you considered?
n/a
The text was updated successfully, but these errors were encountered: