cloudfoundry / cf-uaac

Apache License 2.0
41 stars 29 forks source link

Missing parameter required_user_groups for client #126

Closed cache-sk closed 1 year ago

cache-sk commented 1 year ago

Cant set "required_user_groups" for client via uaac client update [id], there is no such parameter as --required_user_groups.

Also, uaac clients and uaac 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.

cf-gitbot commented 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.

bruce-ricard commented 1 year ago

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.

cache-sk commented 1 year ago

@bruce-ricard Well, this is my first encounter with ruby, but i think i handled it.

cf-gitbot commented 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.

strehle commented 1 year ago

reopen because we have a PR

strehle commented 1 year ago

@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