aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/main/resources
diff options
context:
space:
mode:
authorBharath Thiruveedula <bharath_ves@hotmail.com>2017-08-07 08:28:13 +0530
committerBharath Thiruveedula <bharath_ves@hotmail.com>2017-08-26 00:02:33 +0530
commita7a64477c28b433ba05afbe65155450d6ae3cba8 (patch)
tree103e4301b0831fe81193b65971ed66ebbd56828d /framework/src/main/resources
parent42ad121a52d01dd203c529f2ba7753f82d45ec21 (diff)
Add VSP lifecycle commands
Change-Id: Ibdc78b3ab1921c160f8ee193fcd47be0c75f94a9 Issue-ID: CLI-16 Signed-off-by: Bharath T<bharath.thiruveedula@verizon.com>
Diffstat (limited to 'framework/src/main/resources')
-rw-r--r--framework/src/main/resources/onap.properties9
1 files changed, 7 insertions, 2 deletions
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