b84509b223c927c0d1c16bf7fa28bdbce048c956
[aaf/authz.git] / cadi / core / src / test / resources / cadi.properties
1 #-------------------------------------------------------------------------------
2 # ============LICENSE_START====================================================
3 # * org.onap.aaf
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 # * 
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 #-------------------------------------------------------------------------------
21 ###############################################################################
22 # Copyright (c) 2016 AT&T Intellectual Property. All rights reserved.
23 ###############################################################################
24 # This is a normal Java Properties File
25 # Comments are with Pound Signs at beginning of lines,
26 # and multi-line expression of properties can be obtained by backslash at end of line
27
28 # Certain machines have several possible machine names, and
29 # the right one may not be reported.  This is especially
30 # important for CSP Authorization, which will only 
31 # function on official AT&T domains.
32 hostname=veeger.mo.sbc.com 
33
34 port=2533
35
36 # CSP has Production mode (active users) or DEVL mode (for 
37 # Testing purposes... Bogus users)
38 #csp_domain=DEVL
39 csp_domain=PROD
40
41 # Report all AUTHN and AUTHZ activity
42 loglevel=AUDIT
43
44 #
45 # BasicAuth and other User/Password support
46 #
47 # The realm reported on BasicAuth callbacks
48 basic_realm=spiderman.agile.att.com
49 users=ks%xiVUs_25_1jqGdJ24hqy43Gi;
50 groups=aaf:Jd8bb3jslg88b@spiderman.agile.att.com%7sZCPBZ_8iWbslqdjWFIDLgTZlm9ung0ym-G,\
51                 jg1555,lg2384,rd8227,tp007s,pe3617;
52         
53
54 # Keyfile (with relative path) for encryption.  This file
55 # should be marked as ReadOnly by Only the running process
56 # for security's sake
57 keyfile=conf/keyfile
58
59 # This is here to force property chaining in tests
60 cadi_prop_files=test/cadi.properties.duplicate