diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/osdf_config.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index eac9883..c867171 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -33,10 +33,13 @@ sdcONAPInstanceID: NA # AAF Authentication config 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 + - /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 # Secret Management Service from AAF aaf_sms_url: https://aaf-sms.onap:10443 |