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

Add bindIP option to minio #32

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

jfunstonRAI
Copy link
Contributor

On MacOS, every instance of a minio server was creating a very annoying firewall popup. I discovered that this is because it was trying to bind to all IPs. This PR adds an option to specify the bind IP address, which lets us bind to loopback only and does not cause a popup.

src/CloudTest.jl Outdated Show resolved Hide resolved
Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I agree this was really annoying! Can we make 127.0.0.1 the default and then we can merge?

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f57ba20) 67.21% compared to head (799d691) 67.21%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #32   +/-   ##
=======================================
  Coverage   67.21%   67.21%           
=======================================
  Files           5        5           
  Lines         610      610           
=======================================
  Hits          410      410           
  Misses        200      200           
Files Coverage Δ
src/CloudTest.jl 70.62% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@quinnj quinnj merged commit 715e687 into JuliaServices:main Oct 2, 2023
5 of 6 checks passed
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.

2 participants