add AAF configuration files
[appc/deployment.git] / installation / src / main / properties / cadi.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # APPC
4 # ================================================================================
5 # Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10
11 #      http://www.apache.org/licenses/LICENSE-2.0
12
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 ###
20 hostname=localhost
21  
22 csp_devl_localhost=true
23
24 # should this be onap.org?
25 basic_realm=onap.org
26
27 basic_warn=TRUE
28  
29 cadi_loglevel=DEBUG
30  
31 aaf_taf_class=com.att.cadi.aaf.v2_0.AAFTaf
32 aaf_domain_support=.org
33
34 # add location of keyfile to use encrypted password
35 #cadi_keyfile=/opt/appc/data/stores/appckeyfile
36 #cadi_keystore=etc/keystore/truststore2018.jks
37 #cadi_keystore_password=changeit 
38  
39 AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=false
40
41 cadi_protocols=TLSv1.1,TLSv1.2
42
43 # Configure AAF
44 aaf_url=http://10.12.5.148:8101
45
46 aaf_id=admin@appc.onap.org
47
48 # to use encrypted password ensure cadi_keyfile location has been set
49 aaf_password=appc_admin
50
51 aaf_timeout=5000 
52 aaf_clean_interval=30000 
53 aaf_user_expires=5000 
54 aaf_high_count=1000