From 58ab38e021cf0fd4e9b15d3eef469fa10f1bdc7c Mon Sep 17 00:00:00 2001 From: Pavel Paroulek Date: Wed, 12 Sep 2018 21:34:41 +0200 Subject: Adding AAF configuration Adding the current AAF configuration files and certificates Change-Id: I2288c9af7be021a993e99441961831b6a0d763e6 Issue-ID: AAI-32 Signed-off-by: Pavel Paroulek --- .../aai/charts/aai-resources/resources/config/aaf/cadi.properties | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 kubernetes/aai/charts/aai-resources/resources/config/aaf/cadi.properties (limited to 'kubernetes/aai/charts/aai-resources/resources/config/aaf/cadi.properties') 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 + -- cgit 1.2.3-korg