diff options
Diffstat (limited to 'test/config/osdf_config.yaml')
-rwxr-xr-x | test/config/osdf_config.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/config/osdf_config.yaml b/test/config/osdf_config.yaml index 8cff1d5..eaa31ff 100755 --- a/test/config/osdf_config.yaml +++ b/test/config/osdf_config.yaml @@ -48,10 +48,11 @@ 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 + - '/placement:org.onap.oof.access|*|read ALL' + - '/pci:org.onap.oof.access|*|read ALL' # Secret Management Service from AAF aaf_sms_url: https://aaf-sms.onap:10443 |