Tamir Zheleznyak

Results 4 issues of Tamir Zheleznyak

Currently when there are missing fields in conjurrc field. For example cert_file we just get a blank line and can't understand why it happens ![image](https://user-images.githubusercontent.com/73157235/107144516-4f0ee180-6944-11eb-8dfa-874eacaab64f.png) DOD: - [ ] If...

kind/enhancement
component/conjur-sdk

Python **cryptography** released on 7/2/21 version 3.4.1 that broke our pipeline. ![image](https://user-images.githubusercontent.com/73157235/107209802-facf3480-6a0b-11eb-8600-9596560b5682.png) To fix it we fixed the **cryptography** version to 3.3.1 here : https://github.com/cyberark/conjur-api-python3/pull/183 This is a temporary fix...

kind/enhancement
component/conjur-sdk

Many classes in the CLI code are very big and hard to maintain. Break SOLID guildlines etc.. - [ ] Map the relevant Classes - [ ] Design how to...

kind/enhancement
component/conjur-sdk

## Is your feature request related to a problem? Please describe. Currently CredentialsFromFile has this following design problems: - Have multiple responsibilities does both save and load - Not generic...

kind/enhancement
component/conjur-sdk