-
Notifications
You must be signed in to change notification settings - Fork 93
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
Uses externally accessible address for main uri of controller #1168
base: master
Are you sure you want to change the base?
Conversation
@@ -283,7 +283,7 @@ protected String inferUrl(boolean requireManagementAccessible) { | |||
} | |||
|
|||
protected String inferUrl() { | |||
return inferUrl(false); | |||
return inferUrl(); |
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.
Infinite loop?
978d33d
to
5971885
Compare
5971885
to
c91d7eb
Compare
@sjcorbett Good catch, had pushed some code I hadn't intended to |
Test failure appears unrelated, and JmxFeedTest passes locally |
@nakomis agree failure unrelated, have snuck an attempt to fix this in at #1171 btw this behaviour change seems reasonable as we normally want a load-balancer to be accessible. however this might not always be the case and it does set up further inconsistencies in when we should set up some guidelines about when public v private ip's are used, and how to configure as a quick win if we need to the if it doesn't cause an issue in clocker i'm happy to merge and live with inconsistency for now, but let's be thinking about how to cleanly handle the public/private ambiguity! |
(plus another test failure fix at #1174) |
ugly failure this time. not one i've come across. probably nondet. @nakomix you're not having luck!
|
@nakomis could you spearhead the others incl @sjcorbett @aledsage @grkvlt to determine what we want to do wrt public/private? i don't think we can merge this until we've got some guidelines. |
/bump @sjcorbett @grkvlt @aledsage Any input on @ahgittin's comments? |
Previously, if deploying to BYON AWS instances, the internal IP address was being displayed in the main.uri for the ControlledDynamicWebAppCluster