aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-08-16 15:58:16 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-08-16 16:07:43 +0530
commit6e5f1c2fed28eecd2a749bcd6dd2748082de1b42 (patch)
tree72cfc0226fe382c71932480cb5bb7c4146020e20 /plugins
parent5a0dadc2c7439719142db3c7e2200d12face4b45 (diff)
Add auth mode in service
ONAP is using basic auth already for some services and AAF is being used as well. so there are more than one auth type being used across. to support it, new property call auth is introduced in service section. also no-auth is now migrated as auth: none CLI-29 Change-Id: I151a4669151f67884f9875f47c8df396836ae25b Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/msb/src/main/resources/microservice-list-schema.yaml2
-rw-r--r--plugins/msb/src/main/resources/microservice-show-schema.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/msb/src/main/resources/microservice-list-schema.yaml b/plugins/msb/src/main/resources/microservice-list-schema.yaml
index 79dca5b1..42fa0ec4 100644
--- a/plugins/msb/src/main/resources/microservice-list-schema.yaml
+++ b/plugins/msb/src/main/resources/microservice-list-schema.yaml
@@ -4,7 +4,7 @@ description: Lists the registetred micro services in Onap
service:
name: msb
version: v1
- no-auth: true
+ auth: none
results:
direction: landscape
attributes:
diff --git a/plugins/msb/src/main/resources/microservice-show-schema.yaml b/plugins/msb/src/main/resources/microservice-show-schema.yaml
index 47e33c6a..26cccfd3 100644
--- a/plugins/msb/src/main/resources/microservice-show-schema.yaml
+++ b/plugins/msb/src/main/resources/microservice-show-schema.yaml
@@ -4,7 +4,7 @@ description: Details the registered microservice in Onap
service:
name: msb
version: v1
- no-auth: true
+ auth: none
parameters:
- name: service-name
description: Onap service name