0081413c5d550a4b0da2944f0e763e97793d181f
[aaf/authz.git] / opt / app / aaf / common / com.osaaf.common.props.sample
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=../data
21 cadi_loglevel=WARN
22 aaf_id=<osaaf's Application Identity>
23 aaf_password=enc:<Encrypted Password, use java -jar cadi-core*.jar>
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=osaaf.com
34 basic_realm=osaaf.com
35 basic_warn=false
36 localhost_deny=false
37
38 # Cassandra
39 # IP:Cass DataCenter:Latitude:Longitude,IP....
40 # cassandra.clusters=127.0.0.1:dc1:32.780140:-96.800451,127.0.0.2:dc1:32.780140:-96.800451
41 # cassandra.clusters.port=9042
42 # cassandra.clusters.user=
43 # cassandra.clusters.password=enc:<encrypted>
44 ## Exceptions from Cassandra which require resetting the Cassandra Connections
45 cassandra.reset.exceptions=com.datastax.driver.core.exceptions.NoHostAvailableException:"no host was tried":"Connection has been closed"
46
47 # Consistency Settings
48 cassandra.writeConsistency.ns=LOCAL_QUORUM
49 cassandra.writeConsistency.perm=LOCAL_QUORUM
50 cassandra.writeConsistency.role=LOCAL_QUORUM
51 cassandra.writeConsistency.user_role=LOCAL_QUORUM
52 cassandra.writeConsistency.cred=LOCAL_QUORUM
53 cassandra.writeConsistency.ns_attrib=LOCAL_QUORUM
54
55 ## Supported Plugin Organizational Units
56 Organization.com.osaaf=com.osaaf.defOrg.DefaultOrg
57
58 ## Email Server settings for Def Organization.
59 #Sender's email ID needs to be mentioned
60 com.osaaf.mailFromUserId=mailid@bogus.com
61 com.osaaf.supportEmail=support@bogus.com
62 com.osaaf.mailHost=smtp.bogus.com
63
64 # Standard AAF DME2 Props
65 AFT_DME2_REMOVE_PERSISTENT_CACHE_ON_STARTUP=TRUE
66 AFT_DME2_DISABLE_PERSISTENT_CACHE=TRUE
67 AFT_DME2_DISABLE_PERSISTENT_CACHE_LOAD=TRUE
68
69 ## SSL OPTIONAL ONLY IN DEVELOPMENT PC/Local... WHATEVER YOU DO, don't use this on any box than your local PC
70 AFT_DME2_SSL_ENABLE=false
71 # for when you turn on SSL... Only TLSv1.1+ is secure as of 2016
72 AFT_DME2_SSL_WANT_CLIENT_AUTH=TRUE
73 AFT_DME2_SSL_INCLUDE_PROTOCOLS=TLSv1.1,TLSv1.2
74 AFT_DME2_SSL_VALIDATE_CERTS=FALSE
75 AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=false
76
77 ## Extra CA Trusts, for Certifiate Manager to build truststore with external CAs
78 cm_trust_cas=VerisignG3_CA.cer;VerisignG4_CA.cer;VerisignG5_CA.cer