diff options
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 |