cloudstack-go icon indicating copy to clipboard operation
cloudstack-go copied to clipboard

createUser/updateUser APIs need to be POST

Open mlsorensen opened this issue 1 year ago • 2 comments

https://github.com/apache/cloudstack-go/blob/0d335efa7425b204db7a8030522493f829fad6f0/generate/generate.go#L1701

The generation code uses post calls for a subset of APIs that are sensitive or large. Eventually the listApis should advertise which APIs these are, but until then we need to switch these createUser and updateUser calls (and any other that may send sensitive info) over to use POST.

mlsorensen avatar May 06 '24 22:05 mlsorensen

@mlsorensen Please assign this to me

rohit-satya avatar May 09 '24 09:05 rohit-satya

@rohit-satya there is already a PR for this now, https://github.com/apache/cloudstack-go/pull/86. You may help review/test that

shwstppr avatar May 09 '24 10:05 shwstppr

Perhaps this issue can be closed as the referenced PR has been merged.

phsm avatar Nov 06 '24 12:11 phsm

fixed by #86

DaanHoogland avatar Dec 13 '24 10:12 DaanHoogland