diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2019-04-09 13:57:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-09 13:57:47 +0000 |
commit | 4198ff2f181030c73b4cf43979fd8a40adf80f70 (patch) | |
tree | 27e149a586e46c98c38a46779b814630cb68416a /config/osdf_config.yaml | |
parent | 134a18e619772b6cb21000c97291d7966d5598eb (diff) | |
parent | 4cfb2d4827156cd4dd64a09ada3214415a8a7fdd (diff) |
Merge "Reduce AAF auth permission cache time to 5 mins"
Diffstat (limited to 'config/osdf_config.yaml')
-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 |