harbor/make
Daniel Jiang 2064a1cd6d Switch to basic authentication for registry
1. Add basic authorizer for registry which modify the request
to add basic authorization header to request based on configuration.
2. Set basic auth header for proxy when accessing registry
3. Switche the registry to use basic auth by default and use the basic
authorizer to access Harbor.
4. Make necessary change to test cases, particularly
"test_robot_account.py" and "docker_api.py", because the error is
changed after siwtched to basic auth from token auth.  #10604 is opened
to track the follow up work.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2020-01-31 21:46:47 +09:00
..
migrations/postgresql Add foreign key to avoid the concurrent issue 2020-01-21 16:03:51 +08:00
photon Switch to basic authentication for registry 2020-01-31 21:46:47 +09:00
checkenv.sh Extract shared func for checkenv and install scripts 2019-10-10 15:07:09 +08:00
common.sh enhance[cicd] introduce github action for CICD 2019-12-17 18:36:33 +08:00
harbor.yml.tmpl Switch to basic authentication for registry 2020-01-31 21:46:47 +09:00
install.sh Fix install script 2019-11-05 11:22:30 +08:00
prepare add make clean 2019-12-05 14:44:07 +08:00
pushimage.sh use $REGISTRY instead of $4 (#3103) 2017-08-22 18:24:34 +08:00