aboutsummaryrefslogtreecommitdiffstats
path: root/config/osdf_config.yaml
diff options
context:
space:
mode:
authorvrvarma <vv8305@att.com>2019-04-10 15:13:38 -0400
committervrvarma <vv8305@att.com>2019-04-10 15:45:20 -0400
commit75f7a15a5a14af434e0e8430fcec880106d64dbf (patch)
treea42df7dc1a43b1d3156f1a941f42b504f2e865e8 /config/osdf_config.yaml
parent4198ff2f181030c73b4cf43979fd8a40adf80f70 (diff)
Implement osdf code to enable ssl
Fix aaf related permissions Change-Id: Id458d7198d1ccef66e816d39bb7f8dce787c9a80 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-223 Signed-off-by: vrvarma <vv8305@att.com>
Diffstat (limited to 'config/osdf_config.yaml')
-rwxr-xr-xconfig/osdf_config.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml
index c867171..2abc651 100755
--- a/config/osdf_config.yaml
+++ b/config/osdf_config.yaml
@@ -36,10 +36,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
- - /api/oof/placement/v1:org.onap.osdf.access|*|read ALL
- - /api/oof/v1/pci:org.onap.osdf.access|*|read ALL
- - /api/oof/pci/v1: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