gojek / proctor

A Developer-Friendly Automation Orchestrator
Apache License 2.0
123 stars 43 forks source link

Incorrect error messages on proctor CLI on proctord failure #35

Closed olttwa closed 5 years ago

olttwa commented 5 years ago

When an authorized user executes a proc, If proctord responds with a non-successful response, The user is shown an error: Error executing proc. Please check configuration and network connectivity Instead the error message should read: Proc execution failed. Please consult admin.

olttwa commented 5 years ago

All interactions (listing, describing, fetching logs, etc.) with proctord from CLI show incorrect error message to authorized users on proctord failure.

olttwa commented 5 years ago

Issue resolved by pull request #50