mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
More reorg
This commit is contained in:
parent
8e22ee1297
commit
7e585d636b
@ -57,12 +57,13 @@ This section describes how users with the developer, master, and project adminis
|
|||||||
- [Working with Projects](working_with_projects/)
|
- [Working with Projects](working_with_projects/)
|
||||||
- [Create a Project](working_with_projects/create_projects.md)
|
- [Create a Project](working_with_projects/create_projects.md)
|
||||||
- [Assign Users to a Project](working_with_projects/add_users.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)
|
- [Access and Search Project Logs](working_with_projects/access_project_logs.md)
|
||||||
- [](working_with_projects/)
|
- [Create Robot Accounts](working_with_projects/create_robot_accounts.md)
|
||||||
- [](working_with_projects/)
|
- [Create Tag Retention Rules](working_with_projects/create_tag_retention_rules.md)
|
||||||
- [](working_with_projects/)
|
- [Configure Webhook Notifications](working_with_projects/configure_webhooks.md)
|
||||||
- [](working_with_projects/)
|
- [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
|
## Build, Customize, and Contribute to Harbor
|
||||||
|
|
||||||
|
@ -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.
|
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.
|
||||||
|
|
||||||
|
@ -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:
|
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
|
1, Robot Accounts cannot login Harbor portal
|
||||||
|
@ -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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user