diff options
| author | Khaled Hussein <khaled.hussein@gmail.com> | 2011-04-21 20:27:21 +0000 |
|---|---|---|
| committer | Khaled Hussein <khaled.hussein@gmail.com> | 2011-04-21 20:27:21 +0000 |
| commit | 35fb99ec78f3c30a13036b550284b9f26de2bca0 (patch) | |
| tree | 7e9299cfc1ba74b4f17cf4aef4ec9ddb1ed839ba /echo | |
| parent | f07960914663c6bdefd41493e413df275931800f (diff) | |
Initial prototype of default token based auth protocol
Diffstat (limited to 'echo')
| -rw-r--r-- | echo/echo/echo.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/echo/echo/echo.ini b/echo/echo/echo.ini index 10e09712..020198b5 100644 --- a/echo/echo/echo.ini +++ b/echo/echo/echo.ini @@ -6,6 +6,7 @@ use = egg:echo [pipeline:main] pipeline = + auth papiauth echo @@ -14,3 +15,9 @@ use = egg:keystone#papiauth auth_ip = 127.0.0.1 auth_port = 8080 auth_pass = dTpw + +[filter:auth] +use = egg:keystone#tokenauth +auth_ip = 127.0.0.1 +auth_port = 8080 +auth_pass = dTpw |
