cyberark-conjur-cli
cyberark-conjur-cli copied to clipboard
Investigate usage of cryptography lib
Python cryptography released on 7/2/21 version 3.4.1 that broke our pipeline.
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 and may raise security risk in the future.
- [ ] Investigate how to install latest cryptography. Maybe they will release a fix meanwhile.
- [ ] If there is no option to use latest cryptography investigate alternatives to openssl
- [ ] Replace the fixed usage of cryptography version 3.3.1