← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1390922] [NEW] storing extra attributes of user in keystone

 

Public bug reported:

Hi there,

I am working on a rails app which provides some functionality on top of
OpenStack and I want to use keystone for authentication as I don't like
to have user information in multiple places. Now, the problem is that I
can not store more information about user other than id, name,
domain_id, password, enabled, and default_project_id*. I was wondering
if you be interested in having implamentation of a key-value pair for
user to store extra information. If yes, I would like to work on it.

It can be really helpful for projects like ours to avoid storing user
information in multiple places. In the simplest scenario, extra
information can be stored as a json (or yaml or whatever) in a text
column. Or to keep it more SQL-ish, it can be implemented with entity-
attribute-value pattern.

*https://github.com/openstack/keystone/blob/8fb62f7b0edff8aecd12f4a3eaffe742b29a40db/keystone/identity/backends/sql.py#L32

** Affects: keystone
     Importance: Undecided
         Status: New

** Description changed:

  Hi there,
  
  I am working on a rails app which provides some functionality on top of
  OpenStack and I want to use keystone for authentication as I don't like
  to have user information in multiple places. Now, the problem is that I
  can not store more information about user other than id, name,
  domain_id, password, enabled, and default_project_id*. I was wondering
  if you be interested in having implamentation of a key-value pair for
  user to store extra information. If yes, I would like to work on it.
  
  It can be really helpful for projects like ours to avoid storing user
  information in multiple places. In the simplest scenario, extra
  information can be stored as a json (or yaml or whatever) in a text
  column. Or to keep it more SQL-ish, it can be implemented with entity-
  attribute-value pattern.
  
  *https://github.com/openstack/keystone/blob/8fb62f7b0edff8aecd12f4a3eaffe742b29a40db/keystone/identity/backends/sql.py#L32
- values.

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1390922

Title:
  storing extra attributes of user in keystone

Status in OpenStack Identity (Keystone):
  New

Bug description:
  Hi there,

  I am working on a rails app which provides some functionality on top
  of OpenStack and I want to use keystone for authentication as I don't
  like to have user information in multiple places. Now, the problem is
  that I can not store more information about user other than id, name,
  domain_id, password, enabled, and default_project_id*. I was wondering
  if you be interested in having implamentation of a key-value pair for
  user to store extra information. If yes, I would like to work on it.

  It can be really helpful for projects like ours to avoid storing user
  information in multiple places. In the simplest scenario, extra
  information can be stored as a json (or yaml or whatever) in a text
  column. Or to keep it more SQL-ish, it can be implemented with entity-
  attribute-value pattern.

  *https://github.com/openstack/keystone/blob/8fb62f7b0edff8aecd12f4a3eaffe742b29a40db/keystone/identity/backends/sql.py#L32

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1390922/+subscriptions


Follow ups

References