-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create object and commands to assign global permission (#473) #638
base: master
Are you sure you want to change the base?
Conversation
@win32asm, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
4824d21
to
c9dfbbd
Compare
c9dfbbd
to
eeea5e5
Compare
Closes #473 |
17c00ef
to
212d2af
Compare
@et1975 does it make sense to change prefix of cmdlet object names from *-VcenterServer* to, say, *-VCMOB* ? |
324f2ef
to
49aa62d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope the maintainers can chime in, but it looks good to me.
vCenter UI provides functionality to set 'global permissions' for accounts: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-C7702E31-1623-4189-89CB-E1136AA27972.html However, there is no automation for this operation. The approach taken is to communicate with vCenter MOB and execute the request modelling browser operation. Signed-off-by: Vladimir Bespalov <[email protected]>
49aa62d
to
41fd2b5
Compare
@lamw I see code borrowed from your repo in this PR. Can you take a look at the PR from the perspective of code VMware OSS policies? Thanks! |
LGTM |
@dmilov anything else we need to do to have the code included? |
I don't think so. You can go ahead merge it |
@dmilov Wish I had write access to the repo. 8-\ |
|
vCenter UI provides functionality to set 'global permissions' for accounts: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-C7702E31-1623-4189-89CB-E1136AA27972.html However, there is no automation for this operation.
The approach taken is to communicate with vCenter MOB and execute the request modelling browser operation.