Context
When doing development on backplane-api, we need to run it locally.
The development guide has a note to edit your backplane config and remove the proxy_url
~/.config/backplane
If this is not done correctly, its very hard to figure from the returned errors of either backplane-cli or backplane-api logs even with full verbosity.
Additionally, one needs to patch it back afterwards.
User Story
I want to be able to override the configured proxy in backplane-cli, to be able to talk to a locally running backplane-api, without patching any of my local config files.
Impact/Value
This has repeatedly caused issues when people try to do development in the backplane space ( including cad and managed scripts )
What needs to be done (optional)
Add a --no-proxy flag to backplane-cli (or --proxy allowing an empty string)
Improve the verbose output with full http requests to allow for easier debugging
Update the development guide for backplane-api with the new flag
(If applicable): Update cad and managed-scripts contributing guides to explain how to test changes against a locally running backplane-api
A link to the backplane–api development guide could be a good start
Context
When doing development on backplane-api, we need to run it locally.
The development guide has a note to edit your backplane config and remove the proxy_url
~/.config/backplane
If this is not done correctly, its very hard to figure from the returned errors of either backplane-cli or backplane-api logs even with full verbosity.
Additionally, one needs to patch it back afterwards.
User Story
I want to be able to override the configured proxy in backplane-cli, to be able to talk to a locally running backplane-api, without patching any of my local config files.
Impact/Value
This has repeatedly caused issues when people try to do development in the backplane space ( including cad and managed scripts )
What needs to be done (optional)
Add a --no-proxy flag to backplane-cli (or --proxy allowing an empty string)
Improve the verbose output with full http requests to allow for easier debugging
Update the development guide for backplane-api with the new flag
(If applicable): Update cad and managed-scripts contributing guides to explain how to test changes against a locally running backplane-api
A link to the backplane–api development guide could be a good start