Actually.. to clarify further.. I just realised the following
.. in the example provided.. the entry of client-management is split into
- management-apis
- client-apis
...
change this entry
web:
- name: client-management
bindPoints:- interface: 0.0.0.0:8441
address: ec2-18-188-201-183.us-east-2.compute.amazonaws.com:8441
- interface: 0.0.0.0:8441
to look like this:
web:
- name: management-apis
bindPoints:
- interface: 127.0.0.1:5309
address: "127.0.0.1:5309"
identity: (removed section for brevity)
options: (
- name: client-apis
bindPoints:- interface: 0.0.0.0:8441
address: ec2-18-188-201-183.us-east-2.compute.amazonaws.com:8441
options:
apis: - binding: edge-client
options: {
- interface: 0.0.0.0:8441
So.. I guess the naming of the entries does not really matter that much..
What is important is the details of the details of the bindings