summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
--------------------