Calling GET /v3/domains/{domain_id} with a project-scoped or domain-scoped token fails
Bug #1794864 reported by
Lance Bragstad
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Lance Bragstad |
Bug Description
The policy that protects the identity:get_domain API (GET /v3/domains/
If a user has a token scoped to a project within a domain, they should be able to fetch that domain. If a user has a token scoped to a domain, they should be able to call access that API for that domain. Currently, both cases return an HTTP 403 Forbidden.
A unit test exposes the broken behavior for project-scoped tokens [0].
Changed in keystone: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: policy |
Changed in keystone: | |
milestone: | none → stein-3 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/605851
Review: https:/