keystone/examples
Yogeshwar Srikrishnan c13a04f1ee Adding roles as comma seperated values on a single header. 2011-06-02 14:11:58 -05:00
..
echo Adding roles as comma seperated values on a single header. 2011-06-02 14:11:58 -05:00
paste Merged DTest tests and moved ini file to examples/paste 2011-05-28 13:08:25 -05:00
README.md Added examples readme 2011-05-24 12:40:46 -04:00

README.md

RUNNING THE TEST SERVICE (Echo.py):

Standalone stack (with Auth_Token)
$ cd echo/bin
$ ./echod

Distributed stack (with RemoteAuth local and Auth_Token remote)
$ cd echo/bin
$ ./echod --remote

in separate session
$ cd keystone/auth_protocols
$ python auth_token.py

DEMO CLIENT:

A sample client that gets a token from Keystone and then uses it to call Echo (and a few other example calls):

$ cd echo/echo
$ python echo_client.py
Note: this requires test data. See section TESTING for initializing data