-
Notifications
You must be signed in to change notification settings - Fork 134
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
Use nip.io domain in MinioExtension #6856
Conversation
format( | ||
"Disabled on %s, because it doesn't support wildcard localhost FQDNs.", | ||
OS.current().name())); | ||
return disabled(format("Disabled on %s", OS.current().name())); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBH I think the extension is also compatible with Windows now, but I can't really guarantee. This is why I simplified the message.
Same thing as #6857, CI jobs have failed, so I reverted the CI changes. |
The failure in |
This commit also re-enables MinioExtension on macOS since the switch to nip.io fixes the localhost subdomain issue.
nip.io's "magic" DNS names are not always resolvable, or resolvable in every setup. This change first tries to resolve the "magic" nip.io address and falls back to the pre-projectnessie#6856 behavior if the pre-check fails.
nip.io's "magic" DNS names are not always resolvable, or resolvable in every setup. This change first tries to resolve the "magic" nip.io address and falls back to the pre-projectnessie#6856 behavior if the pre-check fails.
nip.io's "magic" DNS names are not always resolvable, or resolvable in every setup. This change first tries to resolve the "magic" nip.io address and falls back to the pre-projectnessie#6856 behavior if the pre-check fails.
nip.io's "magic" DNS names are not always resolvable, or resolvable in every setup. This change first tries to resolve the "magic" nip.io address and falls back to the pre-#6856 behavior if the pre-check fails.
This commit also re-enables MinioExtension on macOS since the switch to nip.io fixes the localhost subdomain issue.
Note: this will have the side-effect of enabling MinIO tests on CI for macOS. If these fail, I will disable the tests, but for CI only.