changes for docker deployment
[dmaap/messagerouter/messageservice.git] / src / main / config / cadi.properties
1 ###############################################################################
2 #  ============LICENSE_START=======================================================
3 #  org.onap.dmaap
4 #  ================================================================================
5 #  Copyright © 2017 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 #        http://www.apache.org/licenses/LICENSE-2.0
11 #  
12 #  Unless required by applicable law or agreed to in writing, software
13 #  distributed under the License is distributed on an "AS IS" BASIS,
14 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #  See the License for the specific language governing permissions and
16 #  limitations under the License.
17 #  ============LICENSE_END=========================================================
18 #
19 #  ECOMP is a trademark and service mark of AT&T Intellectual Property.
20 #  
21 ###############################################################################
22 #This properties file is used for defining AAF properties related to the CADI framework. This file is used for running AAF framework
23 #using the ajsc-cadi plugin. For more information on the ajsc-cadi plugin, 
24
25 #In order to test functionality of cadi-ajsc-plugin locally (pertaining to GLO (AT&T Global Login)), you will need an AT&T cross
26 #domain cookie. Cadi "should" find your hostname for you. However, we have seen some situations where this fails. A Local testing
27 #modification can include modifying your hosts file so that you can use "mywebserver.att.com" for your localhost in order
28 #to test/verify GLO functionality locally. If you are on a Windows machine, you will already have a machine name associated with 
29 #it that will utilize an AT&T domain such as "sbc.com". You may need to add your AT&T domain to this as a comma separated list depending
30 #upon your particular machine domain. This property is commented out as cadi SHOULD find your machine name. With version 1.2.1 of cadi, 
31 #it appears to resolve Mac machine names as well, now. But, this can be somewhat inconsistent depending on your specific working envrironment.
32 hostname=mywebserver.att.com
33
34 #Setting csp_domain to PROD will allow for testing using your attuid and password through GLO.
35 csp_domain=PROD
36 csp_devl_localhost=true
37
38 basic_realm=csp.att.com
39 #basic_realm=aaf.att.com
40 basic_warn=TRUE
41
42 cadi_loglevel=DEBUG
43 #cadi_keyfile=target/swm/package/nix/dist_files/appl/${artifactId}/etc/keyfile2
44 cadi_keyfile=etc/keyfile
45 # Configure AAF
46 aaf_url=https://DME2RESOLVE/service=com.att.authz.AuthorizationService/version=2.0/envContext=TEST/routeOffer=BAU_SE
47
48 #AJSC - MECHID
49
50 aaf_id=<aaf_id>
51 aaf_password=<aaf_password>
52
53
54 aaf_timeout=5000
55 aaf_clean_interval=1200000
56 aaf_user_expires=60000
57 aaf_high_count=1000000
58
59
60 # Some Libs need System Property Sets (i.e. AT&T Discovery)
61 # The following properties are being set by the AJSC Container and should NOT need to be set here.
62 #AFT_LATITUDE=33.823589
63 #AFT_LONGITUDE=-84.366982
64 #AFT_ENVIRONMENT=AFTUAT