cyberark-conjur-cli-docker-based
cyberark-conjur-cli-docker-based copied to clipboard
CyberArk Conjur command line interface (Ruby)
PM has decided to deprecate LDAP Sync. Currently, our CLI `help` command includes a related command: `ldap-sync`. Please update the `help` output to mark this feature as deprecated. We'll remove...
Validate and fix any errors with the following workflows: - [ ] Loading Policy with users and hosts with API keys disabled shows policy load success/failure, but not API keys...
Jenkinsfile currently tests several Rubies which takes a considerable time. The tests could be parallelized. However this isn't as easy as adding a `parallel` stanza due to mixing docker-compose environments.
With cyberark/conjur#1219, Conjur now supports managing authenticators through the API. The Conjur CLI should also include commands for managing Conjur authenticators through the terminal. Depends on cyberark/conjur-ruby-api#157
The ability to use the Conjur CLI to receive the health metrics of an appliance is being requested to provide "Ease of Use" to users of the CLI. Currently, the...
Get a baseline understanding of what currently exists for testing code in the cyberark/conjur-cli repo to serve as a launchpad for identifying and subsequently closing gaps in our testing coverage...
Windows has never been our primary platform of focus. This has rarely been an issue, but increasingly we've been asked to support legacy systems and deployments with an established Windows...
I assume that commits 7c40c0041b487f8787231a65b9d0f49538f29a8e and 8537b454004426c1f9d368d712cdc565ff42a7a9 tried to relicense the code under APL. Unfortunately they failed. LICENSE.md file and license section in the readme have been changed, but every...
I've observed some experience issues with recognizing and installing the correct versions of the CLI. Specifically: - https://developer.conjur.net/cli doesn't make it clear enough that CLI 6 is required for Conjur...
_rest-client_ is pinned to 1.7.3 when testing (by dependencies), which is problematic because that version is not compatible with more recent ruby versions. [The problem](https://github.com/rest-client/rest-client/issues/612) was only fixed in _rest-client_...