-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Harbor Version v1.7.1-c3806525
cat conf/.harborctl.yaml
# harborctl configuration file (located at conf/ by default)
scheme: https
# specify harbor endpoint address
address: my.harbor.server
harborctl search -q=mariadb
==> GET https://my.harbor.server/api/search?q=mariadb
<==
<== Rsp Status: 200 OK
<== Rsp Body: {
"project": [],
"repository": [
{
"project_id": 6,
"project_name": "user",
"project_public": true,
"pull_count": 1,
"repository_name": "user/mariadb",
"tags_count": 1
}
],
"Chart": []
}
./harborctl login -u USER
Password:
==> POST https://my.harbor.servel/login
<== Cookies: []
target cookies are not available
./harborctl systeminfo volume
==> GET https://harbor.abs.assecobs.pl/api/systeminfo/volumes
<==
<== Rsp Status: 401 Unauthorized
<== Rsp Body:
I've got harborctl from repo (go get -u github.com/moooofly/harborctl) today (2019-01-23) about 10am