cyberark / conjur-api-ruby

Ruby client for the CyberArk Conjur API
https://rubygems.org/gems/conjur-api
Apache License 2.0
3 stars 5 forks source link

Migrate client configuration from `conjur-cli` gem to this gem #186

Open izgeri opened 3 years ago

izgeri commented 3 years ago

Is your feature request related to a problem? Please describe.

At current, the documentation recommends also installing the conjur-cli gem in order to configure this gem.

Describe the solution you would like

We'd like to move all of the configuration into this gem, and the CLI gem can depend on conjur-api instead of the other way around.

Describe alternatives you have considered

n/a

Additional context

Once an update is made here, the CLI will also need to be updated to depend on conjur-api and to remove duplicate code.