diff --git a/docs/harbor-doc-reorg/_index.md b/docs/harbor-doc-reorg/_index.md index 98af261eb..dcf8e5103 100644 --- a/docs/harbor-doc-reorg/_index.md +++ b/docs/harbor-doc-reorg/_index.md @@ -31,7 +31,7 @@ This section describes how to use and maintain Harbor after deployment. These da - [Role Based Access Control](administration/managing_users/rbac.md) - [User Permissions By Role](administration/managing_users/user_permissions_by_role.md) - [Create User Accounts in Database Mode](administration/managing_users/create_users_db.md) -- [Administrator Options](administration/general_settings.md) +- [Configure Global Settings](administration/general_settings.md) - [Configure Project Settings](administration/configure_project_settings.md) - [Configuring Replication](administration/configuring_replication/configuring_replication.md) - [Create Replication Endpoints](administration/configuring_replication/create_replication_endpoints.md) diff --git a/docs/harbor-doc-reorg/administration/_index.md b/docs/harbor-doc-reorg/administration/_index.md index 2c46c2616..ad5e513dc 100644 --- a/docs/harbor-doc-reorg/administration/_index.md +++ b/docs/harbor-doc-reorg/administration/_index.md @@ -6,7 +6,7 @@ The operations that are performed by the Harbor system administrator are the fol - Select database, LDAP/Active Directory, or OIDC based authentication. For information, see [Configuring Authentication](configure_authentication/configure_authentication.md). - Add users in database authentication mode and assign the system administrator role to other users. For information, see [Role Based Access Control](managing_users/rbac.md). -- Configure general system settings. For information, see [Administrator Options](general_settings.md). +- Configure general system settings, including setting up an email server and setting the registry to read-only mode. For information, see [Configure Global Settings](general_settings.md). - Configure how projects are created, and apply resource quotas to projects. For information, see [Configure Project Settings](configure_project_settings.md) - Set up replication of images between Harbor and another Harbor instance or a 3rd party replication target. For information, see [Configuring Replication](configuring_replication/configuring_replication.md). - Set up vulnerability scanners to check the images in the registry for CVE vulnerabilities. For information, see [Vulnerability Scanning](vulnerability_scanning/vulnerability_scanning.md). diff --git a/docs/harbor-doc-reorg/administration/configure_authentication/db_auth.md b/docs/harbor-doc-reorg/administration/configure_authentication/db_auth.md index 337c6c206..2d0b30bd7 100644 --- a/docs/harbor-doc-reorg/administration/configure_authentication/db_auth.md +++ b/docs/harbor-doc-reorg/administration/configure_authentication/db_auth.md @@ -21,7 +21,10 @@ In database authentication mode, user accounts are stored in the local database. If you enable self registration option, users can register themselves in Harbor. Self-registration is disabled by default. If you enable self-registration, unregistered users can sign up for a Harbor account by clicking **Sign up for an account** in the Harbor log in page. ![Enable self-registration](../../img/self-registration-login.png) + +## What to Do Next +For information about how to create users in database authentication mode, see [Create User Accounts in Database Mode](../managing_users/create_users_db.md). ---------- [Back to table of contents](../../_index.md) diff --git a/docs/harbor-doc-reorg/administration/configure_project_settings.md b/docs/harbor-doc-reorg/administration/configure_project_settings.md index 8892475f7..7addd6df6 100644 --- a/docs/harbor-doc-reorg/administration/configure_project_settings.md +++ b/docs/harbor-doc-reorg/administration/configure_project_settings.md @@ -4,7 +4,11 @@ # Configure Project Settings -Use the **Project Creation** drop-down menu to set which users can create projects. Select **Everyone** to allow all users to create projects. Select **Admin Only** to allow only users with the Administrator role to create projects. +You can configure Harbor so that only system administrators can create projects, and set limits on the amounts of resources that projects can consume. + +## Set Who Can Create Projects + +Use the **Project Creation** drop-down menu to set which users can create projects. Select **Everyone** to allow all users to create projects. Select **Admin Only** to allow only users with the Harbor system administrator role to create projects. ![browse project](../../img/new_proj_create.png) ## Set Project Quotas diff --git a/docs/harbor-doc-reorg/administration/general_settings.md b/docs/harbor-doc-reorg/administration/general_settings.md index bbb5b732c..37efc156d 100644 --- a/docs/harbor-doc-reorg/administration/general_settings.md +++ b/docs/harbor-doc-reorg/administration/general_settings.md @@ -2,17 +2,17 @@ ---------- -# Administrator Options +# Configure Global Settings -## Managing Project Creation -Use the **Project Creation** drop-down menu to set which users can create projects. Select **Everyone** to allow all users to create projects. Select **Admin Only** to allow only users with the Administrator role to create projects. -![browse project](../../img//new_proj_create.png) +You can configure Harbor to connect to an email server, and set the registry in read-only mode. + +## Configure an Email Server -## Managing Email Settings You can change Harbor's email settings, the mail server is used to send out responses to users who request to reset their password. ![browse project](../../img//new_config_email.png) -## Managing Registry Read Only +## Make the Registry Read Only + You can change Harbor's registry read only settings, read only mode will allow 'docker pull' while preventing 'docker push' and the deletion of repository and tag. ![browse project](../../img//read_only.png)