cyberark-conjur-cli-docker-based icon indicating copy to clipboard operation
cyberark-conjur-cli-docker-based copied to clipboard

CyberArk Conjur command line interface (Ruby)

Results 62 cyberark-conjur-cli-docker-based issues
Sort by recently updated
recently updated
newest added

Filtering and pagination was added to `role memberships`, `role members`, and `resource permitted_roles` in the CLI for Conjur v4, but these features have not yet been added to the new...

See [this commit](https://github.com/cyberark/conjur-cli/commit/1665c83db79b54b62c297fe3ae363c4039374475) for details.

While moving to a Jenkins pipeline, I serialized the testing of different Ruby version for simplicity. We should go back and parallelize them. We will have to find some way...

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...

v5.5 CLI on Windows (using Ruby gem) After you've defined the hostname while performing `conjur init`, a command to verify the SHA1 fingerprint of the SSL certificate is presented. The...

Short output: ``` $ conjur audit:resource --short service:pubkeys-1.0/public-keys [2014-05-24 17:05:21 UTC] demo:user:kgilpin listed roles permitted to on demo:service:pubkeys-1.0/public-keys ``` Full output: ``` $ conjur audit:resource service:pubkeys-1.0/public-keys ``` ``` json {...

Update the CLI to support batch variable retrieval. The relevant API endpoint can be found here: https://github.com/conjurinc/api-ruby/blob/master/lib/conjur/api/variables.rb#L96

This is related to conjurinc/possum#33 -- the CLI could notice the problem without contacting the server and provide better and faster diagnostics. It could also perform further verification: even if...

When I start typing a command and then use the 'tab' key to complete a file path, I get the error below: ``` conjur authn login -p `cat ../source/opt/conjur/embedded/lib/ruby/gems/1.9.1/gems/conjur-cli-dalek-4.8.2/bin/_conjur_completions:43:in `':...

I have a script called 'macstadium.sh' in the current directory that ssh's to our macstadium box using values from conjur variables. When I foolishly run it like `conjur env run...