From 4cfb2d4827156cd4dd64a09ada3214415a8a7fdd Mon Sep 17 00:00:00 2001 From: vrvarma Date: Tue, 9 Apr 2019 09:31:42 -0400 Subject: Reduce AAF auth permission cache time to 5 mins Refactor code smell issues found in sonar Change-Id: I819a91e374609224561afa7ddb6878fab37feaf2 Signed-off-by: vrvarma Issue-ID: OPTFRA-471 --- test/config/osdf_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/config') diff --git a/test/config/osdf_config.yaml b/test/config/osdf_config.yaml index 8cff1d5..7582696 100755 --- a/test/config/osdf_config.yaml +++ b/test/config/osdf_config.yaml @@ -48,7 +48,7 @@ osdfPlacementUsername: "test" osdfPlacementPassword: "testpwd" is_aaf_enabled: False -aaf_cache_expiry_hrs: 3 +aaf_cache_expiry_mins: 5 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