We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NSMgr adds NSE in registry with ListenOn[0] URL.
ListenOn[0]
cmd-nsmgr/internal/manager/manager.go
Lines 105 to 108 in 196a358
Existing 'solution' of this problem is not working because it sets URL after it has been used for the NSMgr creation:
Lines 201 to 203 in 196a358
Use URL with tcp scheme instead of ListenOn[0] URL.
tcp
NSMgr can use multiple public URL, example:
Currently registry doesn't provide API to register NSE with both (2, 3) URLs, so NSE will be either unaccessible from the LAN, or from the Internet.
The text was updated successfully, but these errors were encountered:
denis-tingaikin
No branches or pull requests
Issue
NSMgr adds NSE in registry with
ListenOn[0]
URL.cmd-nsmgr/internal/manager/manager.go
Lines 105 to 108 in 196a358
If it is a unix socket URL, NSE is unaccessible from the remote NSMgr.
Existing 'solution' of this problem is not working because it sets URL after it has been used for the NSMgr creation:
cmd-nsmgr/internal/manager/manager.go
Lines 201 to 203 in 196a358
Possible solution
Use URL with
tcp
scheme instead ofListenOn[0]
URL.What if there are multiple public URLs for different cases?
NSMgr can use multiple public URL, example:
Currently registry doesn't provide API to register NSE with both (2, 3) URLs, so NSE will be either unaccessible from the LAN, or from the Internet.
The text was updated successfully, but these errors were encountered: