diff options
| author | Ziad Sawalha <github@highbridgellc.com> | 2011-04-26 15:57:55 -0700 |
|---|---|---|
| committer | Ziad Sawalha <github@highbridgellc.com> | 2011-04-26 15:57:55 -0700 |
| commit | a37f207bf8a3040bfc29aca2e4234818ff6eff6b (patch) | |
| tree | 94d821e9d81e31c8301f2af2986bd5ee17606b86 | |
| parent | ab7ddb7fc77e0274ff49ace0dca2db85e8f0cb54 (diff) | |
| download | keystone-a37f207bf8a3040bfc29aca2e4234818ff6eff6b.tar.gz keystone-a37f207bf8a3040bfc29aca2e4234818ff6eff6b.tar.xz keystone-a37f207bf8a3040bfc29aca2e4234818ff6eff6b.zip | |
Updated readme
| -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: -------------------- |
