-
Notifications
You must be signed in to change notification settings - Fork 315
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 sys.hostname configuration for supervisor #7741
Comments
The From your description, it sounds like having access to a particular fully-qualified domain name might work better for you (e.g., adding an option like |
Yep. I'm also thinking about an general approach to catch all future use-cases if any..
|
We can likely add More general metadata would be interesting, and there is some prior art in the event stream feature, but it might take a bit of thinking to sort out the best way forward. Would you mind creating a separate issue for just that? Thanks! 🙇 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you. |
1 similar comment
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you. |
Like for
sys.ip
it will be nice to have possibility to advertise servers' hostname.Usually I have "internal name" for server, like
internal-server-01.local.domain
.However, I can assign additional DNS(-es) to it, like
public.name.official.domain
.I want to use binding and service discovery. But if I use TLS/SSL encryption I must use "correct" name. But
bind.backend.first.sys.hostname
will resolve to the local domain name, so I will end up with "common name mismatch".Current workaround is to hardcode connection names.
The text was updated successfully, but these errors were encountered: