Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/sslclientauthnmiddleware/test.ini@7077
Revision 7077,
1.2 KB
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | # |
---|
2 | # NERC DataGrid Security |
---|
3 | # |
---|
4 | # Paste Deploy configuration for SSL Client Authentication Middleware |
---|
5 | # |
---|
6 | # Author: P J Kershaw |
---|
7 | # date: 11/12/08 |
---|
8 | # Copyright: (C) 2009 Science and Technology Facilities Council |
---|
9 | # license: BSD - see LICENSE file in top-level directory |
---|
10 | # Contact: Philip.Kershaw@stfc.ac.uk |
---|
11 | # Revision: $Id$ |
---|
12 | |
---|
13 | [DEFAULT] |
---|
14 | |
---|
15 | [server:main] |
---|
16 | use = egg:Paste#http |
---|
17 | host = 0.0.0.0 |
---|
18 | port = 5000 |
---|
19 | |
---|
20 | [app:mainApp] |
---|
21 | paste.app_factory = ndg.security.test.sslclientauthnmiddleware.sslclientauthnapp:app_factory |
---|
22 | |
---|
23 | [pipeline:main] |
---|
24 | pipeline = sslClientAuthenticationFilter mainApp |
---|
25 | |
---|
26 | [filter:sslClientAuthenticationFilter] |
---|
27 | paste.filter_app_factory = ndg.security.server.wsgi.sslclientauthn:filter_app_factory |
---|
28 | errorResponseCode: 401 |
---|
29 | pathMatchList: /secure1 /secure2 |
---|
30 | caCertFilePathList: $NDGSEC_TEST_CONFIG_DIR/ca/ndg-test-ca.crt |
---|
31 | |
---|
32 | # Logging configuration |
---|
33 | [loggers] |
---|
34 | keys = root, ndg |
---|
35 | |
---|
36 | [handlers] |
---|
37 | keys = console |
---|
38 | |
---|
39 | [formatters] |
---|
40 | keys = generic |
---|
41 | |
---|
42 | [logger_root] |
---|
43 | level = INFO |
---|
44 | handlers = console |
---|
45 | |
---|
46 | [logger_ndg] |
---|
47 | level = DEBUG |
---|
48 | handlers = |
---|
49 | qualname = ndg |
---|
50 | |
---|
51 | [handler_console] |
---|
52 | class = StreamHandler |
---|
53 | args = (sys.stderr,) |
---|
54 | level = NOTSET |
---|
55 | formatter = generic |
---|
56 | |
---|
57 | [formatter_generic] |
---|
58 | format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s |
---|
59 | datefmt = %H:%M:%S |
---|
60 | |
---|
Note: See
TracBrowser
for help on using the repository browser.