Skip to content

Latest commit

 

History

History
111 lines (71 loc) · 4.38 KB

File metadata and controls

111 lines (71 loc) · 4.38 KB
sidebar_label title description icon hide_table_of_contents sidebar_position tags keywords
Add System-Level Registry
Add System-Level Registry
Learn how to add a system-level registry in Palette VerteX.
false
20
vertex
management
registry
self-hosted
vertex

You can add a registry at the system level or the tenant level. Registries added at the system level are available to all the tenants. Registries added at the tenant level are available only to that tenant.

:::info

This section describes how to add a system scope registry. For guidance on adding a registry at the tenant scope, check out Add a Tenant-Level Registry.

:::

Prerequisites

  • Access to the Palette VerteX system console.

Add an OCI Pack Registry

Use the following steps to add a system-level OCI pack registry.

  1. Log in to the Palette VerteX system console. Refer to Access the System Console guide.

  2. From the left Main Menu select Administration.

  3. Select the Pack Registries tab, and click on the Add New Pack Registry button.

  4. Provide a custom name for the registry, and select OCI as the registry type.

Accessing the registry is different depending on the OCI authentication type you choose. Select the tab below that applies to your authentication method.

  1. Provide the registry URL in the Endpoint field.

  2. In the Base Content Path field, provide the base path or namespace of the repository you want to target in the registry.

  3. If you have credentials, provide them in the Username and Password fields. Otherwise, leave these fields blank.

  4. Click the Validate button. If the credentials you provided are correct, a Credentials validated success message with a green check is displayed.

  5. If an error message displays that pack registry details could not be validated, you can upload a self-signed Certificate Authority (CA) certificate. To do this, check the Insecure Skip TLS Verify box skip verifying the x509 certificate, and click Upload file to upload the certificate.

  6. When you have completed inputting values and credentials are validated, click Confirm to complete adding the registry.

  1. Provide the URL to the registry endpoint.

  2. Provide the base path or namespace of the repository you want to target in the registry.

  3. If you are adding an unprotected OCI registry, click the Validate button. To add a protected registry, enable the Protected toggle and select an AWS authentication method.

  4. When accessing a protected registry, if you use Credentials, provide these in the Access Key and Secret access key fields. To use Security Token Service, review the guidance in the right panel that displays when you select STS.

  5. Click the Validate button. If the credentials you provided are correct, a Credentials validated success message with a green check is displayed.

  6. If an error message displays that pack registry details could not be validated, you can upload a self-signed Certificate Authority (CA) certificate. To do this, check the Insecure Skip TLS Verify box to skip verifying the x509 certificate, and click Upload file to upload the certificate.

  7. When you have completed inputting values and credentials are validated, click Confirm to complete adding the registry.

You have successfully added a system-level pack registry. Registries added at the system level can only be removed at that level.

Validate

You can verify the registry has been added if VerteX displayed a Credentials validated success message with a green check when you added the registry. Use these steps to further verify the registry is added.

  1. Log in to the Palette VerteX system console. Refer to Access the System Console guide.

  2. From the left Main Menu select Administration.

  3. Select the Pack Registries tab and verify the registry you added is listed and available.

Resources