cyberark / cyberark-conjur-cli

CyberArk Conjur command line interface written in Python
https://www.conjur.org
Apache License 2.0
17 stars 16 forks source link

CLI show no error on timeout #390

Closed Conjur-oss closed 2 years ago

Conjur-oss commented 2 years ago

Bug description

Steps to reproduce: run the next cli command

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

Affects Version/s

Link to JIRA bug

ONYX-15160

jtuttle commented 2 years ago

Duplicate of https://github.com/cyberark/cyberark-conjur-cli/issues/389