cyberark-conjur-cli icon indicating copy to clipboard operation
cyberark-conjur-cli copied to clipboard

CLI show no error on timeout

Open Conjur-oss opened this issue 3 years ago • 0 comments

##Bug description Steps to reproduce: run the next cli command

  • ./conjur init -u https://siteNotExist.com Current Results: !image-2021-12-23-17-15-25-178.png|thumbnail!

Expected Results: Reason: < informative message >

Additional info:

The CLI catch errors and show error messages. in this case we get a Timeout error from aiohttp which does not have error message.

##Found in version NextVersion

##Workaround Complexity There's an easy workaround

##Workaround Description User can run the command in debug mode and will get the info that this is a timeout error

  • ./conjur -d init -u https://siteNotExist.com

##Affects Version/s

##Link to JIRA bug ONYX-15160

Conjur-oss avatar Jan 09 '22 05:01 Conjur-oss