ionos-enterprise / ionos-enterprise-cli

⛔️ DEPRECATED: Official ProfitBricks CLI v4.1.0 Release
Apache License 2.0
9 stars 8 forks source link

Create Snapshot and set permission for a specific group #69

Closed Sebbo94BY closed 6 years ago

Sebbo94BY commented 6 years ago

Hey, Using the profitbricks-cli I can create snapshots.

Other users can't see these created snapshots by the profitbricks-cli, unfortunately.

Is there a way to grant full / all permissions on this new created snapshot to a specific permission group using the profitbricks-cli?

Is share the right way for me? https://github.com/profitbricks/profitbricks-cli#share

$ profitbricks share add --groupid [groupid] --resourceid [resourceid] --editprivilege [boolean] --shareprivilege [boolean]

nurfet-becirevic commented 6 years ago

Hey @Sebi94nbg That's right, shares are way to go.

Sebbo94BY commented 6 years ago

Thanks for the confirmation, @nurfet-becirevic !