summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiad Sawalha <github@highbridgellc.com>2011-04-26 15:57:55 -0700
committerZiad Sawalha <github@highbridgellc.com>2011-04-26 15:57:55 -0700
commita37f207bf8a3040bfc29aca2e4234818ff6eff6b (patch)
tree94d821e9d81e31c8301f2af2986bd5ee17606b86
parentab7ddb7fc77e0274ff49ace0dca2db85e8f0cb54 (diff)
downloadkeystone-a37f207bf8a3040bfc29aca2e4234818ff6eff6b.tar.gz
keystone-a37f207bf8a3040bfc29aca2e4234818ff6eff6b.tar.xz
keystone-a37f207bf8a3040bfc29aca2e4234818ff6eff6b.zip
Updated readme
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
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:
--------------------