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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: