Configure an Edge site with a private registry using user/pass authentication
This topic explores how to configure your Edge site with a supported private container image registry using the user/pass authentication method.
Edge supports the following private container registries using the user/pass authentication method:
- JFrog
- Nexus
Note The above list shows the tested and supported private container image registries. If your private container image registry is not listed but uses user/password authentication, you can attempt to install your Edge site with your registry. However, Collibra Support can't provide assistance for untested registries.
User/Pass authentication
To install your Edge site with a private container image registry using the user/pass authentication method, add the following flags to the installation command:
If you're installing your Edge site on k3s, you must store any certificates required to communicate to the registry in /etc/ssl/certs/cert.crt on the k3s virtual machine, and then restart k3s by running the following command:
sudo systemctl restart k3s
--registry-url <url_for_registry>
--registry-user <username>
--registry-pass <password>
--registry-url nexus.company.com/edge-registry
--registry-user NexusEdge
--registry-pass NexusEdge12