mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
change the title
This commit is contained in:
parent
7571c4e94f
commit
54aca69b19
@ -1,4 +1,4 @@
|
||||
#Customize Harbor auth with your key and certificate
|
||||
#Customize Harbor token service with your key and certificate
|
||||
|
||||
Harbor requires Docker client to access the Harbor registry with a token. The procedure to generate a token is like [Docker Registry v2 authentication](https://github.com/docker/distribution/blob/master/docs/spec/auth/token.md). Firstly, you should make a request to the token service for a token. The token is signed by the private key. After that, you make a new request with the token to the Harbor registry, Harbor registry will verify the token with the public key in the rootcert bundle. Then Harbor registry will authorize the Docker client to push/pull images.
|
||||
|
Loading…
Reference in New Issue
Block a user