vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
80 stars 76 forks source link

Add catalog read-only sharing to all organizations #559

Closed dataclouder closed 10 months ago

dataclouder commented 1 year ago

Add types and functions to handle read-only catalog sharing (Address Issue 987)

Note: setting read-only access control for other organizations is the result of two API calls: the first one is an access control request with all parameters set to their zero values, and the second one is a /action/publish (not the same as /action/publishToExternalOrganizations, but will set the catalog's IsPublished status)

juanfont commented 1 year ago

I confirm this is working :)

Any chance it will be merged soon?