cyberark-conjur-cli-docker-based
cyberark-conjur-cli-docker-based copied to clipboard
CLI as Ruby gem on OSX fails when running `conjur init`
Ruby gem on OSX fails when running conjur init
with the following error:
error: key not found: :ciphers
Steps to reproduce:
OSX 10.12.6
Install the Ruby gem with:
gem install conjur-cli
Execute conjur init
.
Removing the Ruby gem and installing using the OSX installer instead works as expected.