From bce4081920132be04a91ea60e7d0a2e1d030e88d Mon Sep 17 00:00:00 2001 From: "Varma, Vikas" Date: Mon, 10 Sep 2018 23:02:05 -0400 Subject: Python implementation of the aaf cadi client Change-Id: I0cae202775361f221a7d8774254febfaf0a4bbac Python implementation of the aaf cadi client Change-Id: Icd31276a908eaf72ab30fc04e1d2a4715817a5b6 Signed-off-by: Varma, Vikas Issue-ID: OPTFRA-339 --- config/osdf_config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 34855df..022104d 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -43,4 +43,10 @@ osdfPlacementVFCPassword: vfc_testpwd # Credentials for the OOF CM scheduling service - Generic osdfCMSchedulerUsername: test1 -osdfCMSchedulerPassword: testpwd1 \ No newline at end of file +osdfCMSchedulerPassword: testpwd1 + +is_aaf_enabled: False +aaf_cache_expiry_hrs: 3 +aaf_url: https://aaftest.simpledemo.onap.org:8095 +aaf_user_roles: + - /api/oof/v1/placement:org.onap.osdf.access|*|read ALL -- cgit 1.2.3-korg