~ziad-sawalha/keystone/trunk

« back to all changes in this revision

Viewing changes to echo/echo/echo_remote.ini

  • Committer: Ziad Sawalha
  • Date: 2011-05-26 01:24:05 UTC
  • mfrom: (87.5.8)
  • Revision ID: git-v1:b0d12a558f590a501a42afd1283148961563920e
Merge pull request 53

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[DEFAULT]
2
 
 
3
 
[app:echo]
4
 
paste.app_factory = echo:app_factory
5
 
 
6
 
[pipeline:main]
7
 
pipeline =
8
 
    remoteauth
9
 
    echo
10
 
 
11
 
[filter:remoteauth]
12
 
paste.filter_factory = keystone.middleware.remoteauth:filter_factory
13
 
;password which will tell us call is coming from a trusted auth proxy
14
 
; (otherwise we redirect call)
15
 
remote_auth_pass = dTpw
16
 
;where to redirect untrusted calls to
17
 
auth_location = http://127.0.0.1:8081/
18
 
 
19