Registry Credentials htpasswdString
and existingSecret
do not work as expected
#1830
Labels
htpasswdString
and existingSecret
do not work as expected
#1830
This is the original issue: goharbor/harbor#20822 (comment)
I investigated further, looks that the issue is in relation to the
values.yaml
If you use the
username
andpassword
values, it will work as expected. But if you try to use thehtpasswdString
orexistingSecret
, it does not work. We do see the error from the previously defined bug.To test the existing secret we set it to an existing secret in the namespace, reference it in the
yaml
, then fill in both theusername
andpassword
values in the secret. We also check by putting in thehtpasswdString
into the secret to test if that works.It could be a misunderstanding on how there are supposed to work, but as far as I can tell the secret is configured properly.
Any information on the proper setup / potential causes of this would be greatly appreciated :)
The text was updated successfully, but these errors were encountered: