FlowAPI fails to start up when using secrets quickstart instructions #836
Labels
bug
Something isn't working
deployment
docs
Documentation issues
FlowAPI
Issues related to the FlowKit API
Describe the bug
FlowAPI fails to start up when using secrets quickstart instructions.
Product
FlowAPI
Version
Current master.
To Reproduce
Follow the instructions in the Installation > Secrets Quickstart section of the docs (note that they currently need tweaking to work, which will be fixed in an upcoming PR). While most services start up successfully, FlowAPI fails to start up. The reason for this is that some config options are only defined via secrets and the environment variables are undefined, but
get_config
tries to access them anyway.Expected behavior
All services should start up successfully.
The text was updated successfully, but these errors were encountered: