You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2019/12/31 17:23:03 Secretless v1.4.1-06d11d3 starting up...
2019/12/31 17:23:03 Initializing health check on :5335...
2019/12/31 17:23:03 Initialization of health check done. You can access the endpoint at `/live` and `/ready`.
2019/12/31 17:23:03 Trying to load ./secretless.yml...
2019/12/31 17:23:03 [FATAL] Configuration file ./secretless.yml could not be parsed!
<maybe add more error info here>
Actual Results (including error logs, if applicable)
2019/12/31 17:22:23 Secretless v1.4.1-06d11d3 starting up...
2019/12/31 17:22:23 Initializing health check on :5335...
2019/12/31 17:22:23 Initialization of health check done. You can access the endpoint at `/live` and `/ready`.
2019/12/31 17:22:23 Trying to load ./secretless.yml...
2019/12/31 17:22:23 WARN: Could not load ./secretless.yml. Skipping...
This log output is the same when the config file cannot be found.
The text was updated successfully, but these errors were encountered:
Summary
When a config file is loaded, we show the same message for both errors in finding the file as well as loading the file.
Steps to Reproduce
Use this config file:
Expected Results
Actual Results (including error logs, if applicable)
This log output is the same when the config file cannot be found.
The text was updated successfully, but these errors were encountered: