If a user pushes a configuration with an haproxy_server_options value that is not a string, it will cause the service_watcher and Synapse to exit because of a NoSuchMethod Exception when split() is called.
This adds type validation on the value of the haproxy_server_options and server_options when a String is expected.
If a user pushes a configuration with an
haproxy_server_options
value that is not a string, it will cause the service_watcher and Synapse to exit because of a NoSuchMethod Exception whensplit()
is called.This adds type validation on the value of the
haproxy_server_options
andserver_options
when a String is expected.