From a37f207bf8a3040bfc29aca2e4234818ff6eff6b Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Tue, 26 Apr 2011 15:57:55 -0700 Subject: Updated readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index adbeece5..89a27db2 100644 --- a/README.md +++ b/README.md @@ -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: -------------------- -- cgit