mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
This PR fixes the CLOUDSTACK-10434. I think some APIs lack access check and list them in below table. I also give the pattch to add the access check for the api in this table. Anyone chould change this table, If you think the APIs do not need access check and change their lable as "no". API Lack? VolumeApiServiceImpl # updateVolume yes VolumeApiServiceImpl # detachVolumeViaDestroyVM yes VolumeApiServiceImpl # takeSnapshot yes VolumeApiServiceImpl # migrateVolume yes AccountManagerImpl#createApiKeyAndSecretKey yes LoadBalancingRulesManagerImpl#applyLBStickinessPolicy yes LoadBalancingRulesManagerImpl#applyLBHealthCheckPolicy yes TemplateManagerImpl#createPrivateTemplate yes SnapshotManagerImpl#updateSnapshotPolicy Co-authored-by: lujie <lujie@foxmail.com>