* Updated doc to include Limited Guest
* Added example for limited guest.
* Updated vulnerability scanning docs for 1.10.
* Updated GC docs to reflect new position in UI
* Updated project quota doc to reflect new position in UI
* Added some doc about tag immutability
* Fixed index
* Formatting
* Added new replication endpoints
* Added project quota webhook
* Review comments from Alex
* Clarified Clair requirement for additional scanners
* Some formatting and edits in vulnerability section
* Updated tag retention doc to reflect new UI
* Updated tag immutability to reflect new UI
* New screencaps
* Updated robot accounts doc for new UI and rewrote
* Formatting
* Updated webhooks doc for new UI
* Formatting
* Updated Logs doc for new UI
* Formatting
* New screencaps
* Added tag immutability to permissions document
* Corrected immutability permissions
* Added explanation for project quotas
* Fixed typo
* Linked to new compatibility list document
* Comments from Alex
* Comments from Steven and Wang
* Removed mention of the ellipsis in project menu
* Reverting some screencaps to remove ellipsis
* Reverted log screencaps to remove ellipsis
* Minor rewording
* Fixed caps
* More cap fixing
* Added info about self-registration, rewrote db auth doc
* Attempting to document *.asc key
* Added that negligible vulnerabilities are ignored, rewrote
* Formatting
* Added scanner permissions to table
* Clarified labelling and replication
* Rewrote replication docs
* Formatting
* Typo
* Rearranged content
* Updated ASC key docs
* formatting
* Minor rewording
* Rewrote LDAP section
* minor edits
* Added OIDC groups, rewrote OIDC docs
* formatting
* Mentioned memberof for OIDC.
* Comments from steven
* Added info about insecure registries
* Added tag immutability example
* Removed UAA from install guide
* Cleaned up headers
* More clean up of headers
* Recommended not to use UAA
* Added user-generated CLI secret
* Adding stray screencap
- list all the supported replicaiton adapters
- list all the verified OIDC providers including the ones verified by the end users
- list all the pluggable scanners
Signed-off-by: Steven Zou <szou@vmware.com>
This commit removes scripts have been deprecated for a while and users have to use
helm chart to deploy Harbor on top of k8s cluster.
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
- create API folder
- move harbor API swagger file to API/harbor
- add scanner adapter open API swagger file to API/scanner
- update protal build Dockerfile
- update swagger explorer build command in Makefile
Signed-off-by: Steven Zou <szou@vmware.com>
Bump up the golang for compiling the binaries to 1.12.12
This commit also includes some minor changes to Makefile to fix issue in
building the binary files.
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
Add instructions for migration using offline installer.
Requested by Wang Yan in issue #7831
Signed-off-by: Arvan Pritchard <apritchard@pulsesecure.net>
* Adding docs about webhooks
* Fixed title
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Comments from Alex
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Adding placeholder for tag retentionl correct # of endpoints
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Added doc for tag retention
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Added JSON example for webhooks
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Added global webhook setting and error handling
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Comments from mmpei
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Comment from Alex
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Comment about concurrency from Alex
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Comment from steven about ** wildcard
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Comments from Steven on examples
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Added screen cap to edit retention rule
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Fixing indentation
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Clarified quotas
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Added doc for quotas
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Removing fullstops
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Fixed image links
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Documenting CVE whitelists
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Fix cut n paste error
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Adding images `
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Another cut n paste error
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Typos
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Tidied the language somewhat
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Comments from Wang Yan
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Completed unfinished sentence.
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Comments from Alex
Signed-off-by: Stuart Clements <sclements@vmware.com>
* Comment from Alex on artifact counts
* Replaced "artifact" with "tag" as appropriate
* Updated CVE whitelist button label
* Comments from He Weiwei
* Review comments
* Documented how to configure Syslog connection in harbor.yml
* Documenting DB connection pool
* Removed extraneous character
* Comments from Qian.
* Comment from Weiwei
* Another comment from Weiwei
* Added max_open_conns and max_idle_conns to the external DB
* Corrected defaults for max_open_conns and max_idle_conns
1. Create a new user(UA);
2. Create a new private project(PA) by user(UA);
3. Add user(UA) as a member of project(PA) with project-admin role;
4. Push an image to project(PA) by user(UA), then check the project quota usage;
5. Check quota change
6. Delete image, the quota should be changed to 0.
Signed-off-by: wang yan <wangyan@vmware.com>