cyberark-conjur-cli
cyberark-conjur-cli copied to clipboard
CyberArk Conjur command line interface written in Python
Role command
## **Feature Overview & Customer Need** **As a** Conjur user **I would like to** use the Conjur cli **In order to** understand which roles are members of a specific role...
Create actions that reflect the CLI menu the controller will have a map of this actions as class a members. The logic in the existing logic class should move to...
Create a single controller which will have View and actions map as class members. The logic in the existing controllers should move to the actions. Related to #251 (see here...
Messages Error messages - Extract all messages out of the code to a separate file (4) - Each message will have its own id- CONJUR123I - The code will reference...
Support runtime mode (testing / automation / production) Related to #251
State (un_initialized / initialized / logged_in) Upon CLI startup it will evaluate its state and enable the action that can execute in the applicable state. E.g. actions under the tree...
As apart of the CLI View Refactor, review pull request of argparse menu refactor. Related to #251 #279
Make the necessary adaptation to tests following the refactor in Controllers and Logic. Related to #251 #276 #277
## Is your feature request related to a problem? Please describe. Add UI resource command. ## Describe the solution you would like When running `conjur ui` conjur-appliance ui window will...
## Is your feature request related to a problem? Please describe. Currently we have two keystore for the CLI and Client. these are Keystore and FileCredentialProvider. While working with the...