Glasswall's Artifact Registry stores container images and Helm charts which you need to complete your Glasswall Halo installation.
- To pull container images and Helm charts from Glasswall Artifact Registry, you need to use your TOKEN and TOKEN_ID in the following two commands.
kubectl create secret docker-registry acr-secret \
--docker-server="glasswallhub.azurecr.io" --docker-username="${TOKEN_ID}" --docker-password="${TOKEN}"
- Login to the Helm registry using your TOKEN_ID and TOKEN as shown below.
helm registry login "glasswallhub.azurecr.io" -u "${TOKEN_ID}" -p "${TOKEN}"
See Glasswall Artifact Registry for a complete list of hosted container images and Helm charts.