stonezdj(Daojun Zhang)
stonezdj(Daojun Zhang)
Please check if there is any `KEY_PATH` env setup in harbor-core pod., default it point to `/etc/core/key`, Is it possible that the /etc/core/key in the harbor-core container changed? If yes,...
The `CONFIG_OVERRIDE_JSON` disabled the edit of all user configurations, we can't just update `storage_per_project` only. The principle is just lets the backend error popup to the user.
Please go to the Job Service Dashboard and select the workers and you can find the job in the worker, and there is a log link, you can check when...
Was this job executed 24 hours ago, the job service reaper all the execution and task exceed 24 hour and result in the not found error. Please update the configuration...
Because there is an interval between the reportMgr.Get and the reportMgr.Create https://github.com/goharbor/harbor/blob/970bdab936d0755467123878a63e8cfb002d8e6b/src/controller/scan/base_controller.go#L547 https://github.com/goharbor/harbor/blob/970bdab936d0755467123878a63e8cfb002d8e6b/src/controller/scan/base_controller.go#L580 If some other user trigger the scan of same digest at this interval, it will cause this...
Please upload your harbor-core log so that we get the detail information for the internal server error ? These configuration doesn't exist in the harbor.yml and docker-compose configuration, they located...
You should not create the /data directory if you don't know the previous /data/database permission. during the upgrade, the folder's permission should be untouched. please refer the solution in https://github.com/goharbor/harbor/issues/15383...
It is duplicate issue of #20920, Harbor caches image when it is pulled from proxy cache project, but the cache is limited by the backend storage, when pulling a image...
Maybe we should provide an option to cache the full content of the multi-arch manifest list so that it can serve the content when upstream is down.
Please check the harbor core log in the source Harbor, and make sure there is no such log https://github.com/goharbor/harbor/blob/4ecc60dbd748569e2d759d6c449e0e6797104146/src/core/auth/authenticator.go#L158