From 6e5f1c2fed28eecd2a749bcd6dd2748082de1b42 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 16 Aug 2017 15:58:16 +0530 Subject: 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 --- main/src/test/resources/onap-cli-schema/sample-create-schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src') diff --git a/main/src/test/resources/onap-cli-schema/sample-create-schema.yaml b/main/src/test/resources/onap-cli-schema/sample-create-schema.yaml index 6e775334..6fb12beb 100644 --- a/main/src/test/resources/onap-cli-schema/sample-create-schema.yaml +++ b/main/src/test/resources/onap-cli-schema/sample-create-schema.yaml @@ -4,7 +4,7 @@ description: Sample create into Onap service: name: sample version: v1 - no-auth: true + auth: none parameters: - name: service-name description: Onap service name -- cgit 1.2.3-korg