mirror of https://github.com/apache/cloudstack.git
Changing the access to the api command for updating custom cert to admin level only
This commit is contained in:
parent
98e1f99f51
commit
032936e06d
|
|
@ -212,7 +212,7 @@ updateInstanceGroup=com.cloud.api.commands.UpdateVMGroupCmd;15
|
|||
listInstanceGroups=com.cloud.api.commands.ListVMGroupsCmd;15
|
||||
|
||||
### Certificate commands
|
||||
uploadCustomCertificate=com.cloud.api.commands.UploadCustomCertificateCmd;15
|
||||
uploadCustomCertificate=com.cloud.api.commands.UploadCustomCertificateCmd;1
|
||||
|
||||
### other commands
|
||||
listHypervisors=com.cloud.api.commands.ListHypervisorsCmd;15
|
||||
|
|
|
|||
Loading…
Reference in New Issue