VMware Cloud Community
MrPeake
Contributor
Contributor

vcloud 9.1 VCD-CLI ACLs issues

Hi guys,

Is there anybody working with the VCD-CLI in 9.1?

I'm hoping to be able to tell our customers to use this instead of the API to manage their ACLs for ORG VDCs. But so far I'm facing an issue:

Based on the command line guide, I don't see a way of applying ACLs based on ldap groups like we usually do through the API. The only possible way seems to be using individual users, which is a bit of a pain.

  vcd vdc acl add my-vdc 'user:TestUser1:ReadOnly' \
  'user:TestUser2' 'user:TestUser3'
  Add one or more access setting to the specified vdc.
  access-list is specified in the format
  'user:<username>:<access-level>'
  access-level is only'ReadOnly' for vdc access setting.
  'ReadOnly' by default. eg. 'user:TestUser3'

Isn't it possible to use groups with the vcd-cli?

0 Kudos
0 Replies