diff options
author | Ruoyu Ying <ruoyu.ying@intel.com> | 2020-04-30 18:32:55 +0800 |
---|---|---|
committer | Ruoyu Ying <ruoyu.ying@intel.com> | 2020-05-06 04:19:06 +0800 |
commit | bbb2390ab68bd81d6c1c456607939ae5b34bc6cd (patch) | |
tree | 7b7e2b35981c904422f176211017743d8d6b49d9 /products/onap-elalto/auth | |
parent | 80abcefc5fb61361f9b28a34077f75ce68058db6 (diff) |
Add new policy api for Frankfurt release
Issue-ID: CLI-269
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: I8036303cfe4e5147e66674b46ee1c5b1e12986c0
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Diffstat (limited to 'products/onap-elalto/auth')
-rw-r--r-- | products/onap-elalto/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-elalto.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/products/onap-elalto/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-elalto.yaml b/products/onap-elalto/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-elalto.yaml index 0916c202..e539c603 100644 --- a/products/onap-elalto/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-elalto.yaml +++ b/products/onap-elalto/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-elalto.yaml @@ -33,13 +33,3 @@ results: description: Authorization scope: short type: string - - name: Environment - description: Environment - scope: short - type: string - default_value: TEST - - name: ClientAuth - description: Client Auth - scope: short - type: string - default_value: cHl0aG9uOnRlc3Q= |