hyperledger-labs / fabric-operations-console

A UI for managing Fabric peers, orderers, and CAs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

console error on deployer API endpoint

litong01 opened this issue · comments

The browser console keeps showing error messages accessing the deployer api which is not good. I think that the project should only access the deploy api (using POST) method to create new nodes based on a flag (such as DEPLOYER_ENABLED=yes or no). This should not be removed, rather only access it if deployer is enabled.

The configurable deploy api should include fqdn so that the deploy service is separate from console.

The body of the request should be very well defined so that the implementation can be compatible cross different implementations.

Hmm this already exist, the flag import_only_enabled is set in the default settings.

This disables the deployer calls, however it will log a warning for the deployer calls.

Can you post an example?

closing, inactivity