Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Presence of "/" forward slash in redis password causing harbor not up issue. #18538

Closed
0xj0el opened this issue Apr 16, 2023 · 5 comments
Closed

Comments

@0xj0el
Copy link

0xj0el commented Apr 16, 2023

The presence of "/" forward slash character in the redis password is causing some issue in harbor installation. Replacing the "/" with "%2F" of password in harbor.yml is solving the issue . But when i try to encode the whole password(eg : + to %2B and = to %3D) seems to cause failure in registry and registryctl.

@0xj0el
Copy link
Author

0xj0el commented Apr 16, 2023

when encoding whole password
MicrosoftTeams-image (4)

@0xj0el
Copy link
Author

0xj0el commented Apr 16, 2023

when not encoding and the password contains forward slash
image
image

@0xj0el
Copy link
Author

0xj0el commented Apr 17, 2023

registry log when encoding the whole password:
image
health check fail for registry and registryctl

only when encoding forward slash:
image
success scenario

@YangJiao0817
Copy link
Member

@wy65701436 @MinerYang Database password does not have this problem.

@MinerYang
Copy link
Contributor

closed by merge
release-2.7.0: #18586
release-2.8.0: #18587
main: #18566

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

No branches or pull requests

4 participants