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.
Other
167 stars 245 forks source link

forgeops/docker/downloader/download root url incorrect? #471

Closed c-mccutcheon closed 5 years ago

c-mccutcheon commented 5 years ago

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?

wstrange commented 5 years ago

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