Missing Licenses
[aaf/authz.git] / cadi / core / src / test / resources / cadi.properties
1 #########
2 #  ============LICENSE_START====================================================
3 #  org.onap.aaf
4 #  ===========================================================================
5 #  Copyright (c) 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 hostname=veeger.mo.sbc.com 
22
23 port=2533
24
25 # CSP has Production mode (active users) or DEVL mode (for 
26 # Testing purposes... Bogus users)
27 #csp_domain=DEVL
28 csp_domain=PROD
29
30 # Report all AUTHN and AUTHZ activity
31 loglevel=AUDIT
32
33 #
34 # BasicAuth and other User/Password support
35 #
36 # The realm reported on BasicAuth callbacks
37 basic_realm=spiderman.agile.att.com
38 users=ks%xiVUs_25_1jqGdJ24hqy43Gi;
39 groups=aaf:Jd8bb3jslg88b@spiderman.agile.att.com%7sZCPBZ_8iWbslqdjWFIDLgTZlm9ung0ym-G,\
40                 jg1555,lg2384,rd8227,tp007s,pe3617;
41         
42
43 # Keyfile (with relative path) for encryption.  This file
44 # should be marked as ReadOnly by Only the running process
45 # for security's sake
46 keyfile=conf/keyfile
47
48 # This is here to force property chaining in tests
49 cadi_prop_files=test/cadi.properties.duplicate