Skip to content

Commit

Permalink
htpasswdString consistency clarification - resolves goharbor#1210
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Sufliarsky <richard.sufliarsky@gmail.com>
  • Loading branch information
RichardSufliarsky committed Aug 15, 2022
1 parent 6365a42 commit b75b822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion values.yaml
Expand Up @@ -581,6 +581,7 @@ registry:
# which generates different lines each time because of the salt.
# Do not comment out `registry.credentials.username` and `registry.credentials.password` as these are used
# for core and jobservice Config Maps and Secrets.
# If using `htpasswdString`, it should be consistent with `registry.credentials.username` and `registry.credentials.password`.
# To generate bcrypt hash: "htpasswd -nbBC10 $username $password".
# More info: https://httpd.apache.org/docs/2.4/misc/password_encryptions.html
# htpasswdString: "harbor_registry_user:$2y$10$XLefHzeG$Xl4.s00sMSCCcMyJljSZb0" # example string
Expand Down Expand Up @@ -951,4 +952,4 @@ cache:
# default is not enabled.
enabled: false
# default keep cache for one day.
expireHours: 24
expireHours: 24

0 comments on commit b75b822

Please sign in to comment.