Skip to content
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

fix: test allow_hosts for unix sockets #93

Merged
merged 3 commits into from Dec 23, 2021
Merged

fix: test allow_hosts for unix sockets #93

merged 3 commits into from Dec 23, 2021

Conversation

miketheman
Copy link
Owner

When combining configuration parameters, a UNIX socket was being
guarded, despite being allowed via config, since the allow-hosts config
was passed.

Resolves #78

When combining configuration parameters, a UNIX socket was being
guarded, despite being allowed via config, since the allow-hosts config
was passed.

Resolves #78

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman added the bug Something isn't working label Dec 23, 2021
@miketheman miketheman added this to the 0.50.0 milestone Dec 23, 2021
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@codeclimate
Copy link

codeclimate bot commented Dec 23, 2021

Code Climate has analyzed commit ad60d6e and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker SDK unix socket connections blocked
1 participant