1b261e8bec
Fixes X.509 tokenless auth by properly populating the request context with the necessary credential information. Since Stein release, RBAC has been using the credential information from the Keystone request context instead of the authentication context. Therefore, we'll need to populate the request context with the necessary credential information from the X.509 tokenless authentication context. Closes-Bug: 1811605 Change-Id: I170a91e9ac36990d1e7ec4165dd0337b8f06a938
11 lines
512 B
YAML
11 lines
512 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1811605 <https://bugs.launchpad.net/keystone/+bug/1811605>`_]
|
|
Fixes X.509 tokenless auth by properly populating the request context
|
|
with the necessary credential information. Since Stein release, RBAC
|
|
has been using the credential information from the Keystone request
|
|
context instead of the authentication context. Therefore, we'll need
|
|
to populate the request context with the necessary credential
|
|
information from the X.509 tokenless authentication context.
|