cyberark-conjur-cli
cyberark-conjur-cli copied to clipboard
CyberArk Conjur command line interface written in Python
## Is your feature request related to a problem? Please describe. Today, after connecting, the CLI will store the credentials on any Keystore available or in a .netrc file forever....
## Summary We have two tests that do no pass (and should not pass) when running against a Conjur server machine/LB that has been configured with a CA signed certificate....
### Desired Outcome *Please describe the desired outcome for this PR. Said another way, what was the original request that resulted in these code changes? Feel free to copy this...
## Summary if we try to login to Conjur where its SSL certificate is a wildcard cert, an error `Failed to execute command. Reason: The machine's hostname did not match...
Now that the macos executor is available to us in our pipeline, we should add it so that we are constantly testing our additions on multiple platforms. See our [contributing](https://github.com/cyberark/conjur-api-python3/blob/main/CONTRIBUTING.md#running-tests-outside-of-a-containerized)...
Evaluate if we should add the 'safety' package to the pipeline and if so, implement. Package info can be found here: https://pypi.org/project/safety/
## Summary A UX bug exists where the wrong help screen is returned when the command consists of the subcommand. For example: `conjur host rotate-api-key k8s-follower` will return the main...
## Summary Conjur CLI seems to be logging errors to stdout instead of stderr. ## Steps to Reproduce Steps to reproduce the behavior: 1. Create invalid Conjur YAML file 2....
View is an abstraction of how we display output to the user Controller and actions remain indifference to how the output gets displayed It enables a more fine grain control...