From 75f7a15a5a14af434e0e8430fcec880106d64dbf Mon Sep 17 00:00:00 2001 From: vrvarma Date: Wed, 10 Apr 2019 15:13:38 -0400 Subject: Implement osdf code to enable ssl Fix aaf related permissions Change-Id: Id458d7198d1ccef66e816d39bb7f8dce787c9a80 Signed-off-by: vrvarma Issue-ID: OPTFRA-223 Signed-off-by: vrvarma --- test/config/osdf_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/config') diff --git a/test/config/osdf_config.yaml b/test/config/osdf_config.yaml index 7582696..eaa31ff 100755 --- a/test/config/osdf_config.yaml +++ b/test/config/osdf_config.yaml @@ -51,7 +51,8 @@ is_aaf_enabled: False 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 -- cgit 1.2.3-korg