From 032936e06d0cfba6aa1a11dcfc039beccf9fff23 Mon Sep 17 00:00:00 2001 From: abhishek Date: Mon, 1 Nov 2010 11:59:13 -0700 Subject: [PATCH] Changing the access to the api command for updating custom cert to admin level only --- client/tomcatconf/commands.properties.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 505921f5c36..4ba3b9cdab6 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -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