← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1705072] [NEW] clearing default project_id from users using wrong driver implementation

 

Public bug reported:

https://github.com/openstack/keystone/commit/51d5597df729158d15b71e2ba80ab103df5d55f8
#diff-271e091a68fb7b6526431423e4efe6e5 attempts to clear the default
project_id for users if/when the project to which that ID belongs is
deleted. However it only calls the identity driver for a single backend
(the default driver from /etc/keystone/keystone.conf) instead of doing
this for all backends like it should. In a multiple-backend environment,
this will mean that only users in the backend using the default driver
configuration will have their default project_id field cleaned up. Any
users in a different backend that were using that project_id as their
default would not have that appropriately cleaned up.

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1705072

Title:
  clearing default project_id from users using wrong driver
  implementation

Status in OpenStack Identity (keystone):
  New

Bug description:
  https://github.com/openstack/keystone/commit/51d5597df729158d15b71e2ba80ab103df5d55f8
  #diff-271e091a68fb7b6526431423e4efe6e5 attempts to clear the default
  project_id for users if/when the project to which that ID belongs is
  deleted. However it only calls the identity driver for a single
  backend (the default driver from /etc/keystone/keystone.conf) instead
  of doing this for all backends like it should. In a multiple-backend
  environment, this will mean that only users in the backend using the
  default driver configuration will have their default project_id field
  cleaned up. Any users in a different backend that were using that
  project_id as their default would not have that appropriately cleaned
  up.

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


Follow ups