diff options
author | Pavel Paroulek <pavel.paroulek@orange.com> | 2018-09-12 21:34:41 +0200 |
---|---|---|
committer | Pavel Paroulek <pavel.paroulek@orange.com> | 2018-09-14 21:27:33 +0200 |
commit | 58ab38e021cf0fd4e9b15d3eef469fa10f1bdc7c (patch) | |
tree | 28add592f7afa82f5f936dff54b9cd79c3d8280f /kubernetes/aai/charts/aai-resources/resources/config/aaf/cadi.properties | |
parent | 3d8b63bc8475e3a1485fc247e7cc2cf9f9cf6fba (diff) |
Adding AAF configuration
Adding the current AAF configuration files and certificates
Change-Id: I2288c9af7be021a993e99441961831b6a0d763e6
Issue-ID: AAI-32
Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-resources/resources/config/aaf/cadi.properties')
-rw-r--r-- | kubernetes/aai/charts/aai-resources/resources/config/aaf/cadi.properties | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-resources/resources/config/aaf/cadi.properties b/kubernetes/aai/charts/aai-resources/resources/config/aaf/cadi.properties new file mode 100644 index 0000000000..c8d0b04425 --- /dev/null +++ b/kubernetes/aai/charts/aai-resources/resources/config/aaf/cadi.properties @@ -0,0 +1,8 @@ + +cadi_loglevel=INFO +cadi_prop_files=/opt/app/aai-resources/resources/aaf/org.osaaf.location.props:/opt/app/aai-resources/resources/aaf/org.onap.aai.props + +# OAuth2 +aaf_oauth2_token_url=https://AAF_LOCATE_URL/AAF_NS.token:2.0/token +aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/AAF_NS.introspect:2.0/introspect + |