lrivallain / kvcd

Kubernetes operator for VMware vCloud Director resources
MIT License
4 stars 0 forks source link

Feature: Support the management of org's users #4

Open lrivallain opened 3 years ago

lrivallain commented 3 years ago

Problem description

As a vCloud administrator, I would like to be able to:

the users from an organization, with K8S crd+operator.

Describe the solution you'd like

A new supported object kind in kvcd.

Additional context

Capture d’écran 2021-08-24 à 09 51 43

lrivallain commented 3 years ago

Running into partial pyvcloud support for updating users properties...

Currently, only these properties are supported for user edition:

See: https://github.com/vmware/pyvcloud/blob/b91994360eb3e65114623486ecb2a074a89ec15e/pyvcloud/vcd/org.py#L986

So the following are missing:

May have to fix it upstream to be able to handle all the properties from the creation, in the edition.