← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1607655] Re: domain admin cannot create implied role in default v3 policy

 

** Changed in: keystone
    Milestone: newton-3 => None

** Changed in: keystone
     Assignee: Henry Nash (henry-nash) => (unassigned)

** Changed in: keystone
       Status: Triaged => Won't Fix

-- 
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/1607655

Title:
  domain admin cannot create implied role in default v3 policy

Status in OpenStack Identity (keystone):
  Won't Fix

Bug description:
  In policy.v3cloudsample.json, about policies of implied role are
  below.

      "identity:get_implied_role": "rule:cloud_admin",
      "identity:list_implied_roles": "rule:cloud_admin",
      "identity:create_implied_role": "rule:cloud_admin",
      "identity:delete_implied_role": "rule:cloud_admin",
      "identity:list_role_inference_rules": "rule:cloud_admin",
      "identity:check_implied_role": "rule:cloud_admin",

  At the moment, this policy file allow cloud_admin to execute these processes.
  However, in some case, domain admin create domain specific roles and create relation between a domain role and global role by the feature of implied role.
  So I think these process should be also done by domain admin. But, a domain admin should not be able to do to a global role.

  I'm sorry If I misunderstand about this feature.

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


References