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

GIVEN I am logged into the CLI as admin WHEN I call `conjur policy load POLICY FILE1 FILE2 FILE3 ...` THEN the concatenated contents of the files should be loaded...

rnd-boost

Not until a new one is successful. Otherwise accidentally running `login` in a wrong context logs out from it, even if you Ctrl-C.

rnd-boost

**Expected behavior:** When running Conjur (enterprise or open source), I expect when I use the CLI to run `conjur --version` it will provide me with version information about the Conjur...

kind/enhancement
component/cli
good-first-issue
rnd-boost

As a person making changes to policy, I want to be warned that when I use `--replace`, I will be destroying the existing policy, so that I reduce my chance...

kind/enhancement
component/cli

Now that debify respects .dockerignore files, we should review the .dockerignore file here and make sure it excludes anything we don't want in the deb package (including temporary build artifacts,...

kind/cleanup
severity/medium

Currently, this attempt to rotate a user's API key produces an error: ``` conjur user rotate_api_key myuser ``` However, all the information we need is there. It's a user, we...

I've tried running the CLI and encountered a number of issues, such as: - missing `openssl` require, - rest-client < 2.0 don't support Ruby 2.5. To reproduce: ``` $ docker...

The CLI is currently tested on Ruby versions: `2.4`, `2.5`, and `2.6`. [`2.4` is now end of life](https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/#:~:text=Now%2C%20after%20one%20year%20has,of%202.4%20will%20be%20released.), and [the latest version is now `2.7`](https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/). Our pipeline should be updated...

kind/technical-debt

A recent Black Duck scan indicated that a number of the gems in the gemspec are behind the latest version. These weren't flagged as security issues - just operational risks...

kind/technical-debt
severity/medium
security/low

At current, this project documents the version in two places: - The [VERSION](./VERSION) file - In [`lib/conjur/version.rb`](./lib/conjur/version.rb) AC: - [ ] There is a single source of truth for the...

component/cli
kind/technical-debt