fcli icon indicating copy to clipboard operation
fcli copied to clipboard

FoD: Allow users and/or groups to be given access to applications

Open kadraman opened this issue 2 years ago • 4 comments

Update the 'fcli fod add' and 'fcli fod update' commands to allow users and groups to be given/revoked access to applications Examples include:

fcli fod update MyApp --add-user XXX --add-user YYY --add-group AAA --add-group BBB
fcli fod update MyApp --delete-user XXX --delete-group AAA

kadraman avatar Jan 31 '23 15:01 kadraman

Initially this will be done on the users and/or users-groups. It may be worth adding onto the application as well but this is duplication?

kadraman avatar Feb 03 '23 10:02 kadraman

Also see #369 for general discussion on this topic.

rsenden avatar Jul 26 '23 11:07 rsenden

We do already have support for assigning users to groups & applications, and assigning groups to users and applications, through the fcli fod access-control update-user and fcli fod access-control update-group commands. Do we need any other functionality, and/or revisit current implementation?

rsenden avatar May 30 '24 07:05 rsenden

I think existing functionality at access-control level is OK for now - will keep it as low priority unless a customer specifically requests it.

kadraman avatar Mar 26 '25 12:03 kadraman