From 8e112cbd1e2554e68c013f9dcc87856bcccc0a60 Mon Sep 17 00:00:00 2001 From: Itohan Ukponmwan Date: Fri, 1 Mar 2019 00:04:57 +0000 Subject: Auth module for onap-dublin cli Change-Id: I67507edab7aa01ac763b9c0839ee2fbf7d82e56a Issue-ID: CLI-130 Signed-off-by: Itohan Ukponmwan --- .../basic-login-onap-policy-dublin.yaml | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-dublin.yaml (limited to 'products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-dublin.yaml') diff --git a/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-dublin.yaml b/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-dublin.yaml new file mode 100644 index 00000000..cc0ec4ba --- /dev/null +++ b/products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-dublin.yaml @@ -0,0 +1,46 @@ +# Copyright © Intel Corporation 2019 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 + +name: policy-basic-login + +description: ONAP basic login auth command + + +info: + product: onap-dublin + service: policy-basic-auth + type: auth + author: ONAP CLI Team onap-discuss@lists.onap.org + + +results: + direction: portrait + attributes: + - name: Authorization + description: Authorization + scope: short + type: string + default_value: Basic dGVzdHBkcDphbHBoYTEyMw== + - name: Environment + description: Environment + scope: short + type: string + default_value: ONAP-CLI + - name: ClientAuth + description: Client Auth + scope: short + type: string + default_value: cHl0aG9uOnRlc3Q= \ No newline at end of file -- cgit 1.2.3-korg