diff options
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -14,6 +14,7 @@ SERVICES: * Keystone - authentication service * PAPIAuth - WSGI middleware that can be used in services (like Swift, Nova, and Glance) to perform authentication +* Auth_Protocal_Token - WSGI middleware that can be used ti handle token auth protocol (WSGI or remote proxy) * Echo - A sample service that responds by returning call details @@ -61,9 +62,23 @@ RUNNING KEYSTONE: RUNNING TEST SERVICE: --------------------- +Standalone stack (with PAPIAuth and Auth_Protocol_Token) $ cd echo/echo $ python echo.py +Distributed stack (with PAPIAuth local and Auth_Protocol_Token remote) + $ cd echo/echo + $ python echo.py --remote + + in separate session + $ cd keystone/auth_protocol + $ python auth_protocol_token.py --remote + +DEMO CLIENT: +--------------------- + $ cd echo/echo + $ python echo_client.py + INSTALLING KEYSTONE: -------------------- |
