Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/MyProxyWebService/myproxy/server/test/myproxywsgi.ini@6943
Revision 6943,
757 bytes
checked in by pjkersha, 11 years ago
(diff) |
Incomplete - task 5: MyProxy? Logon HTTPS Interface
- Working myproxy-ws-get-trustroots.sh http client shell script.
|
Line | |
---|
1 | # |
---|
2 | # MyProxy Logon Application in file for unit tests. |
---|
3 | # |
---|
4 | # Author: P J Kershaw |
---|
5 | # |
---|
6 | # Date: 21/05/10 |
---|
7 | # |
---|
8 | # Copyright: STFC 2010 |
---|
9 | # |
---|
10 | # Licence: BSD - See top-level LICENCE file for licence details |
---|
11 | # |
---|
12 | # The %(here)s variable will be replaced with the parent directory of this file |
---|
13 | # |
---|
14 | [server:main] |
---|
15 | use = egg:Paste#http |
---|
16 | host = 0.0.0.0 |
---|
17 | port = 5000 |
---|
18 | |
---|
19 | [app:main] |
---|
20 | paste.app_factory = myproxy.server.wsgi.app:MyProxyApp.app_factory |
---|
21 | prefix = myproxy. |
---|
22 | myproxy.httpbasicauth.realm = myproxy-realm |
---|
23 | myproxy.logon.logonFuncEnvKeyName = MYPROXY_LOGON_FUNC |
---|
24 | myproxy.logon.rePathMatchList = /logon |
---|
25 | myproxy.getTrustRoots.path = /get-trustroots |
---|
26 | #myproxy.client.hostname = localhost |
---|
27 | myproxy.client.hostname = gabriel.badc.rl.ac.uk |
---|
28 | myproxy.client.caCertDir = /etc/grid-security/certificates |
---|
Note: See
TracBrowser
for help on using the repository browser.