Closed cache-sk closed 1 year ago
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
This is a feature request.
The required_user_groups were added to the UAA server in 2017. It was never added to the uaac
.
Thank you for noticing that @cache-sk . We won't have the bandwidth to implement it. But if you really need it, and you are willing to implement it and send a PR, we'll be happy to review it and merge it.
@bruce-ricard Well, this is my first encounter with ruby, but i think i handled it.
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
reopen because we have a PR
@bruce-ricard @hsinn0 Created also a PR where tests are , so fix is in https://github.com/cloudfoundry/cf-uaac/pull/127 and some test in my PR
Cant set "required_user_groups" for client via
uaac client update [id]
, there is no such parameter as--required_user_groups
.Also,
uaac clients
anduaac client get [id]
not showing required_user_groups at all, only result after update shows it.Using
UAA client 4.17.0
installed / updated via gem.