cyberark-conjur-cli
cyberark-conjur-cli copied to clipboard
CLI show no error on timeout
##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