You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The provider uses the topology to build the dynamic configuration that will be fetched by the proxy nodes. During this step, only ports with a suitable protocol corresponding to the service traffic type should be added to the generated dynamic configuration.
Currently, the tcp and udp port mappers are used to achieve this filtering which is not optimal and leads to unwanted errors in the logs. It also seems that no filtering is done for HTTP services.
This code should be reworked to fix unwanted errors and potential issues.
The text was updated successfully, but these errors were encountered:
Proposal
The provider uses the topology to build the dynamic configuration that will be fetched by the proxy nodes. During this step, only ports with a suitable protocol corresponding to the service traffic type should be added to the generated dynamic configuration.
Currently, the
tcp
andudp
port mappers are used to achieve this filtering which is not optimal and leads to unwanted errors in the logs. It also seems that no filtering is done forHTTP
services.This code should be reworked to fix unwanted errors and potential issues.
The text was updated successfully, but these errors were encountered: