ForgeRock / forgeops

ForgeRock platform assets for Kubernetes deployment. Contains the files you need to build your own Docker images and to deploy the ForgeRock Identity Platform on Kubernetes clusters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forgeops/docker/downloader/download root url incorrect?

c-mccutcheon opened this issue · comments

shell script forgeops/docker/downloader/download contains a root url to pull maven builds from of:

https://maven.forgerock.org/repo/internal-releases/org/forgerock/

With my artifactory key, this script fails to download the binaries locally and in a build environment (401 or 403), scanning the repository it appears the binaries are located under the following path:

https://maven.forgerock.org/repo/private-releases/org/forgerock/

Amending this in the downloader.sh successfully allowed us to build the 6.5.0 products, not sure if this is a bug or not, if so will raise a PR to fix?

I think we need to make this configurable for internal / external users. I'll take a look at it - thanks for the bug report!