OpenStack Identity (Keystone)
Go to file
termie 0d4e11c48a authenticate and tenants working 2011-11-02 15:04:01 -07:00
bin working with dashboard 2011-06-21 02:32:38 +00:00
docs move diagram into docs dir 2011-10-19 12:19:32 +03:00
keystonelight authenticate and tenants working 2011-11-02 15:04:01 -07:00
tests authenticate and tenants working 2011-11-02 15:04:01 -07:00
tools most bits working 2011-06-20 18:37:51 -07:00
README.rst initial 2011-06-20 17:56:20 -07:00

README.rst

General expected data model:

( tenants >--< users ) --< roles

Tenants and Users have a many-to-many relationship. A given Tenant-User pair can have many Roles.

Tenant Schema:

id: something big and unique name: something displayable .. created_at: datetime .. deleted_at: datetime

User Schema:

id: something big and unique name: something displayable .. created_at: datetime .. deleted_at: datetime

General service model:

  1. a web service with an API
  2. a variety of backend storage schemes for tenant-user pairs.
  3. a simple token datastore