Public bug reported:
Neutron object does not retrieve keystone domain attribute from request headers.
Neutron policies use context to check rules so we are not able to use domains.
Context is formed from headers in __call__ of NeutronKeystoneContext
object, which initializes Context object.
** A
Public bug reported:
Glance object does not retrieve domain attribute from request headers.
Glance policies use context to check rules so we are not able to use domains.
Context is formed in middleware _get_authenticated_context func:
kwargs = {
'user': req.headers.get('X-User-Id'),
2 matches
Mail list logo