Skip to content

Don't use duplicate relations when eager-loading access list items and clients. #435

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

Merged
merged 2 commits into from
Jun 2, 2020

Conversation

Subv
Copy link
Contributor

@Subv Subv commented May 30, 2020

This fixes an Objection warning: Duplicate relation "proxy_hosts" in a relation expression. You should use "a.[b, c]" instead of "[a.b, a.c]". This will cause an error in objection 2.0.

It also fixes the access list clients not being properly eager-loaded when building the proxy host nginx configuration files, resulting in no IP access lists being printed into the file.

Closes #434

jc21 and others added 2 commits May 28, 2020 17:06
…d clients.

This fixes an Objection warning: 'Duplicate relation "proxy_hosts" in a relation expression. You should use "a.[b, c]" instead of "[a.b, a.c]". This will cause an error in objection 2.0'.

It also fixes the access list clients not being properly eager-loaded when building the proxy host nginx configuration files. Closes NginxProxyManager#434
@jc21
Copy link
Member

jc21 commented May 30, 2020

Docker Image for build 1 is available on DockerHub as jc21/nginx-proxy-manager:github-pr-435

@jc21 jc21 merged commit 55bddb1 into NginxProxyManager:develop Jun 2, 2020
@jc21
Copy link
Member

jc21 commented Jun 2, 2020

Nice Thanks :)

@geertmeersman
Copy link

Hi, I just tested the docker image jc21/nginx-proxy-manager:github-pr-435 and confirm it is working as expected! Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants