AT&T 2.0.19 Code drop, stage 4
[aaf/authz.git] / authz-service / src / main / resources / docker / com.osaaf.common.props
1 ############################################################
2 # Properties Written by Jonathan Gathman
3 #   on 2016-08-12T04:17:59.628-0500
4 # These properties encapsulate the Verisign Public Certificates
5 ############################################################
6 # DEVELOPER ONLY SETTING!!!!!  DO NOT USE on ANY BOX other than your Developer box, and it
7 # would be better if you got a Cert for that, and remove this!  There is nothing stupider than
8 # an unsecured Security Service.
9 cadi_trust_all_x509=true
10
11 # Public (i.e. Verisign) Key stores.
12 # AFT_DME2_KEYSTORE=
13 # AFT_DME2_KEYSTORE_PASSWORD=
14 # AFT_DME2_KEY_PASSWORD=
15 # cadi_truststore=
16 # cadi_truststore_password=
17
18 # Standard for this App/Machine
19 aaf_env=DEV
20 aaf_data_dir=opt/app/aaf/authz-service/etc/data
21 cadi_loglevel=WARN
22 aaf_id=<osaaf's Application Identity>
23 aaf_password=enc:31-LFPNtP9Yl1DZKAz1rx8N8YfYVY8VKnnDr
24
25 aaf_conn_timeout=6000
26 aaf_timeout=10000
27 aaf_user_expires=600000
28 aaf_clean_interval=45000
29 aaf_refresh_trigger_count=3
30 aaf_high_count=30000
31
32 # Basic Auth
33 aaf_default_realm=openecomp.org
34 #aaf_domain_support=.org
35 basic_realm=openecomp.org
36 basic_warn=false
37 aaf_root_ns=org.openecomp
38 localhost_deny=false
39
40
41 # Cassandra
42 # IP:Cass DataCenter:Latitude:Longitude,IP....
43 cassandra.clusters=127.0.0.1
44 cassandra.clusters.port=9042
45 cassandra.clusters.user=authz
46 cassandra.clusters.password=authz
47 ## Exceptions from Cassandra which require resetting the Cassandra Connections
48 cassandra.reset.exceptions=com.datastax.driver.core.exceptions.NoHostAvailableException:"no host was tried":"Connection has been closed"
49
50 # Consistency Settings
51 cassandra.writeConsistency.ns=LOCAL_QUORUM
52 cassandra.writeConsistency.perm=LOCAL_QUORUM
53 cassandra.writeConsistency.role=LOCAL_QUORUM
54 cassandra.writeConsistency.user_role=LOCAL_QUORUM
55 cassandra.writeConsistency.cred=LOCAL_QUORUM
56 cassandra.writeConsistency.ns_attrib=LOCAL_QUORUM
57
58 ## Supported Plugin Organizational Units
59 Organization.org=org.onap.aaf.osaaf.defOrg.DefaultOrg
60
61 ## Email Server settings for Def Organization.
62 #Sender's email ID needs to be mentioned
63 com.osaaf.mailFromUserId=mailid@bogus.com
64 com.osaaf.supportEmail=support@bogus.com
65 com.osaaf.mailHost=smtp.bogus.com
66
67 # Standard AAF DME2 Props
68 AFT_DME2_REMOVE_PERSISTENT_CACHE_ON_STARTUP=TRUE
69 AFT_DME2_DISABLE_PERSISTENT_CACHE=TRUE
70 AFT_DME2_DISABLE_PERSISTENT_CACHE_LOAD=TRUE
71
72 ## SSL OPTIONAL ONLY IN DEVELOPMENT PC/Local... WHATEVER YOU DO, don't use this on any box than your local PC
73 AFT_DME2_SSL_ENABLE=false
74 # for when you turn on SSL... Only TLSv1.1+ is secure as of 2016
75 AFT_DME2_SSL_WANT_CLIENT_AUTH=TRUE
76 AFT_DME2_SSL_INCLUDE_PROTOCOLS=TLSv1.1,TLSv1.2
77 AFT_DME2_SSL_VALIDATE_CERTS=FALSE
78 AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=false
79
80 ## Extra CA Trusts, for Certifiate Manager to build truststore with external CAs
81 cm_trust_cas=VerisignG3_CA.cer;VerisignG4_CA.cer;VerisignG5_CA.cer