fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
28 stars 16 forks source link

SSC: Implement 'ssc role list/create/update/delete' commands #47

Open MikeTheSnowman opened 1 year ago

MikeTheSnowman commented 1 year ago
MikeTheSnowman commented 1 year ago

Partially closed by PR #105 . That PR provided the get, list, create, and delete commands. Also added by that PR are list and get commands for role-permissions.

The role update command will be added later.

rsenden commented 11 months ago

Maybe related to #369, in case we'd like to provide functionality for assigning/removing multiple users from a single role.

rsenden commented 1 month ago

Note that commands have been renamed; role-related commands are now in fcli ssc access-control entity. As mentioned above, we probably only still need to implement an fcli ssc access-control update-role command.