Bruce Potter
Bruce Potter
Now that the exchange can be started to listen only on an https port, the CSS should support contacting the exchange that way. If the `HZN_EXCHANGE_URL` value passed to the...
``` $ hzn dev service start -S Service project /Users/bp/hzn/bp.helloworld/horizon verified. Service project /Users/bp/hzn/bp.helloworld/horizon verified. Start service: service(s) bp.helloworld with instance id prefix 3811f2a5d9b507b720943fff0ca999752628be1573884a8919e6463c94d6cdad Running service. $ hzn dev service...
In the [test/Makefile line that sets DOCKER_EXCH](https://github.com/open-horizon/anax/blob/b2efe34a3c11adceff1c9d922393ceba29259a94/test/Makefile#L78) it should be changed to: ``` DOCKER_EXCH ?= https://exchange-api:8080/v1 ``` so that the tests are exercising the https port of the exchange. But...
The anax config file situation should be cleaned up. There are currently 2 different config files, and they aren't both read (or reread) at all of the right times. There...
CSS and ESS authentication code is in the open-horizon/anax repo, requiring the build to span 2 repos. Improve this situation so that building for open-horizon developers is easier. We should...
The `swagger-ui` directory was copied from https://github.com/swagger-api/swagger-ui . It's purpose was to be served by `core/base/http.go` so that a developer could view the swagger info for the CSS/ESS API. But...
In 4.0 anax now supports this. There are 2 things that must be set: - In the service definition `deployment` field: `"network": "host"` - In the node policy properties: `"openhorizon.allowPrivileged":...