-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Automatically calculate public_addr
field for dynamic apps (#10941).
#10943
Conversation
I've dropped the We may want to revisit the naming requirements... but there are other options too: for example, we may simply change the logic by which we calculate the |
public_addr
field for dynamic apps (#10941).
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.
LGTM, I left two suggestions both up to you
@r0mant @smallinsky let me know what you think. |
#10943) * Autodiscover public_addr for dynamic apps.
For static apps, the
public_addr
field for app will be discovered automatically if it is missing. For dynamic apps this hasn't been implemented, which breaks some assumptions as well as makes them genuinely less useful.This fixes that, and also adds some minor validation for the dynamic app name for consistency with static apps.
Fixes #10941.