Comment 49 for bug 968696

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/240719
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e7023697a884759716d0a01605825a3af90d4db6
Submitter: Jenkins
Branch: master

commit e7023697a884759716d0a01605825a3af90d4db6
Author: Adam Young <email address hidden>
Date: Sun Oct 11 23:15:52 2015 -0400

    set `is_admin` on tokens for admin project

    Adds two new configuration value:

    admin_project_name
    admin_project_domain_name

    If both values are set, and tokens requested for
    projects (only, not domains) that match both will have an
    additional value in them; `is_admin_project=true`

    DocImpact
    -- Configuration changes need documentation
    APIImpact
    -- Adds optional return values in token validation calls
    SecurityImpact
    -- Should be helpful in making access control decisions

    Implements: blueprint is-admin-project
    Partial-Bug: #968696

    Change-Id: Ic9cf9862739381a30130b4be87075f726736ff88