-
-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reject pull/push images throung env variable #359
Comments
Hi, you must use either As the configuration suggest, |
Hi, |
So what's https://myregistry.domain.com? |
Also apache. I terminate cert on apache 443/5000 |
Okay, so just remove the nginx proxy pass option and it should be good for you |
I do have a docker compose file with joxit-ui as UI, apache for auth and registry containers.
My registry is running on 5000 and on the top I have apache for auth/authz part.
In joxit-ui I set
PULL_URL=https://myregistry.domain.com:5000
and UI images are shown with correct endpoid and i can push or pull images shougn this URI in case auth part was successfull.For me the issue is that I can push/pull an images bypass auth/auth part by dropping port 5000 and I'm wondering of a posibilitty of rejecting pull/push images inside of joxit-iu nginx.
The text was updated successfully, but these errors were encountered: