Connector reachability
Once docker containers are up and running, you can use following links to verify connectors are up and running, except checking log output.
https://{IP_ADDRESS}:{HTTP_PUBLIC_PORT}/about/version
Keeping the provided docker-compose, for Data Provider URL will be:
https://localhost:8090/about/version
For Data Consumer, with provided docker-compose file:
https://localhost:8091/about/version
Self Description document, in json format, for provider connector, can be found at following URL - GET request
https://localhost:8090/
In order to set different values for connector, based on connector role (Data Consumer/Data Provider), following file and properties needs to be modified:
and following properties:
Last updated