More reorg

This commit is contained in:
Stuart Clements 2019-11-01 15:00:01 +01:00
parent 8e22ee1297
commit 7e585d636b
4 changed files with 10 additions and 8 deletions

View File

@ -57,12 +57,13 @@ This section describes how users with the developer, master, and project adminis
- [Working with Projects](working_with_projects/)
- [Create a Project](working_with_projects/create_projects.md)
- [Assign Users to a Project](working_with_projects/add_users.md)
- [Configure a Per-Project CVE Whitelist](working_with_projects/configure_project_whitelist.md)
- [Create Labels](working_with_projects/create_labels.md)
- [Access and Search Project Logs](working_with_projects/access_project_logs.md)
- [](working_with_projects/)
- [](working_with_projects/)
- [](working_with_projects/)
- [](working_with_projects/)
- [Create Robot Accounts](working_with_projects/create_robot_accounts.md)
- [Create Tag Retention Rules](working_with_projects/create_tag_retention_rules.md)
- [Configure Webhook Notifications](working_with_projects/configure_webhooks.md)
- [Project Configuration](working_with_projects/project_configuration.md)
- [Configure a Per-Project CVE Whitelist](working_with_projects/configure_project_whitelist.md)
## Build, Customize, and Contribute to Harbor

View File

@ -1,4 +1,4 @@
# Configuring Webhook Notifications
# Configure Webhook Notifications
If you are a project administrator, you can configure a connection from a project in Harbor to a webhook endpoint. If you configure webhooks, Harbor notifies the webhook endpoint of certain events that occur in the project. Webhooks allow you to integrate Harbor with other tools to streamline continuous integration and development processes.

View File

@ -1,4 +1,5 @@
# Creating Robot Accounts
# Create Robot Accounts
Robot Accounts are accounts created by project admins that are intended for automated operations. They have the following limitations:
1, Robot Accounts cannot login Harbor portal

View File

@ -1,4 +1,4 @@
#Create Tag Retention Rules
# Create Tag Retention Rules
A repository can rapidly accumulate a large number of image tags, many of which might not be required after a given time or once they have been superseded by a subsequent image build. These excess tags can obviously consume large quantities of storage capacity. As a system administrator, you can define rules that govern how many tags of a given repository to retain, or for how long to retain certain tags.