diff options
author | Varma, Vikas <vv8305@att.com> | 2018-09-14 17:56:41 -0400 |
---|---|---|
committer | Varma, Vikas <vv8305@att.com> | 2018-09-14 17:57:24 -0400 |
commit | 0255242087453befa24f1b7cde905c8869267a20 (patch) | |
tree | ea21d7381d628efc0137821aa4cd7b478c5d05a9 /test/config/osdf_config.yaml | |
parent | 3ab841597bd7fbfa4de41791c9d7e6335c8afeb9 (diff) |
Add unit test cases for aaf auth api
Change-Id: I611f3fc8dcfe9570d3202bb1473f163168d22d7c
Signed-off-by: Varma, Vikas <vv8305@att.com>
Issue-ID: OPTFRA-339
Diffstat (limited to 'test/config/osdf_config.yaml')
-rwxr-xr-x | test/config/osdf_config.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/config/osdf_config.yaml b/test/config/osdf_config.yaml index 69ebdf0..495feb1 100755 --- a/test/config/osdf_config.yaml +++ b/test/config/osdf_config.yaml @@ -32,3 +32,9 @@ sdcONAPInstanceID: ONAP-OSDF osdfPlacementUrl: "http://127.0.0.1:24699/osdf/api/v2/placement" osdfPlacementUsername: "test" osdfPlacementPassword: "testpwd" + +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
\ No newline at end of file |