From a7a64477c28b433ba05afbe65155450d6ae3cba8 Mon Sep 17 00:00:00 2001 From: Bharath Thiruveedula Date: Mon, 7 Aug 2017 08:28:13 +0530 Subject: Add VSP lifecycle commands Change-Id: Ibdc78b3ab1921c160f8ee193fcd47be0c75f94a9 Issue-ID: CLI-16 Signed-off-by: Bharath T --- framework/src/main/resources/onap.properties | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'framework/src/main/resources') diff --git a/framework/src/main/resources/onap.properties b/framework/src/main/resources/onap.properties index 8a2756e4..9d59f1e2 100644 --- a/framework/src/main/resources/onap.properties +++ b/framework/src/main/resources/onap.properties @@ -20,6 +20,11 @@ cli.http.basic.common_headers.x-transaction-id.value=req-uuid cli.http.basic.common_headers.x-app-id=X-FromAppId cli.http.basic.common_headers.x-app-id.value=onap-cli +# Service specific headers +cli.http.basic.common_headers.sdc=user-id +cli.http.basic.common_headers.sdc.user-id=USER_ID +cli.http.basic.common_headers.sdc.user-id.value=${onap-username} + #TODO mrkanag add support for aaf like defined above for basic #cli.service.auth=aaf @@ -39,11 +44,11 @@ cli.schema.result_params_mandatory_list=name, description, type cli.schema.http_sections=request,success_codes,result_map,sample_response cli.schema.http_mandatory_sections=equest, success_codes -cli.schema.http_request_params=uri,method,body,headers,queries +cli.schema.http_request_params=uri,method,body,headers,queries,multipart_entity_name cli.schema.http_request_mandatory_params=uri,method cli.schema.http_methods=post,get,delete,put,head cli.schema.boolean_values=true,false cli.schema.auth_values=none,basic -cli.schema.mode_values=direct,catalog \ No newline at end of file +cli.schema.mode_values=direct,catalog -- cgit 1.2.3-korg