apache / cloudstack-go

CloudStack Go SDK

Home Page:https://cloudstack.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secret Key

rejoshed opened this issue · comments

Hello, for cluster-api-provider-cloudstack, I'm hoping to be able to login as a sub-domain user from a domain admin account.

To do so I need to be able to fetch a sub-domain user's api-key and secret-key.

Using ListUsers doesn't populate secret key. Using getUser I can't seem to find the user, and I don't see the CloudStack API getUserKeys equivalent in the cloudstack-go api.

Please provide guidance on how to get the sub-domain user's secret key.

Thanks!

Ah, I see it's not yet implemented.

issue 22

Any timeline on this? Thanks!

Looks like getUserKeys has been around since 4.10.

@rejoshed let us review this and get back to you. Assigned to @davidjumani to look into implementation, possibly then do a new release with support for the requested API.