cyberark / cyberark-conjur-cli

CyberArk Conjur command line interface written in Python
https://www.conjur.org
Apache License 2.0
17 stars 16 forks source link

Add role memberships command #419

Closed gl-johnson closed 2 years ago

gl-johnson commented 2 years ago

Desired Outcome

Add support for the 'role memberships' command that previously existing in the Ruby CLI.

Implemented Changes

Add CLI functionality that allows commands with the syntax conjur role memberships -i user:someuser. Support both recursive (default) and direct membership queries (-d / --direct). Drop support for the --system flag which served no purpose.

Connected Issue/Story

CyberArk internal issue link: ONYX-23087

Definition of Done

At least 1 todo must be completed in the sections below for the PR to be merged.

Changelog

Test coverage

Documentation

Behavior

Security