aboutsummaryrefslogtreecommitdiffstats
path: root/config/osdf_config.yaml
diff options
context:
space:
mode:
authorShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2019-04-09 13:57:47 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-09 13:57:47 +0000
commit4198ff2f181030c73b4cf43979fd8a40adf80f70 (patch)
tree27e149a586e46c98c38a46779b814630cb68416a /config/osdf_config.yaml
parent134a18e619772b6cb21000c97291d7966d5598eb (diff)
parent4cfb2d4827156cd4dd64a09ada3214415a8a7fdd (diff)
Merge "Reduce AAF auth permission cache time to 5 mins"
Diffstat (limited to 'config/osdf_config.yaml')
-rwxr-xr-xconfig/osdf_config.yaml5
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