Questions tagged [artifactory]

5 questions
2
votes
0 answers

How to set up Artifactory behind a reverse proxy with a sub-context

I'm trying to set up Artifactory (CPP-CE) behind NGINX reverse proxy, with a custom context. I.e. all Artifactory URLs should be behind some top-level context (e.g. /conan). So the UI URL is supposed to be at https://server.com/conan/ui, and…
Pawel Veselov
  • 744
  • 8
  • 19
0
votes
0 answers

Jenkins pipeline using docker agent can't push on artifactory due to jvm cacert

I need to push some jar files obtained during a Jenkins pipeline, to Jfrog; below the code: stage ('Artifactory configuration') { when { expression { params.runDelivery } } steps { rtServer ( …
rugby82
  • 101
0
votes
0 answers

Apache HTTPD Kerberos, silently redirect if no auth offered

I've configured Apache HTTPD as a reverse proxy (for SSL) for my Artifactory instance, and I'm now trying to get HTTP SSO working on it. Using the below configuration, I am successfully automatically signed in from my machine. However, when I run…
0
votes
2 answers

docker-compose for JFrog artifactory OSS version?

I want to try out JFrog artifactory OSS using docker compose. I have…
u123
  • 247
  • 7
  • 21
0
votes
1 answer

Artifactory disk space usage much higher than reported repository size

Our artifactory installation has 500GB data disk allocated to it. Yesterday it ran out of space and went about cleaning up old artifacts (something I thought was being done automatically but it wasn't). After deleting over 200GB worth of old…
Aleks G
  • 751
  • 2
  • 6
  • 18