harbor registry api #16440
Answered
by
wy65701436
helloxjade
asked this question in
Q&A
harbor registry api
#16440
-
How to obtain a private private registry token by the api ?not the public registry |
Beta Was this translation helpful? Give feedback.
Answered by
wy65701436
Apr 13, 2022
Replies: 2 comments
-
i mean the ip:port |
Beta Was this translation helpful? Give feedback.
0 replies
-
you can issue an get request with basic auth to the harbor token service, like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wy65701436
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can issue an get request with basic auth to the harbor token service, like:
GET https://{harbor_ip}/service/token?scope=repository%3Alibrary%2Fhello-world%3Apull&service=harbor-registry