OpenStack Context library
Go to file
Lance Bragstad f65408df5c Implement domain-scope for context objects
The OpenStack identity sevice issues domain-scoped tokens and
keystonemiddlware sets a specific header when it validates a
domain-scoped token. This commit allows context objects to set
domain_id attributes for tokens scoped to a domain and also processes
the domain ID header from keystonemiddlware.

Change-Id: I620d647499abaf5a7103d82af22a190fcc0b3fae
2018-10-26 16:24:27 +00:00
doc Updated from global requirements 2018-03-15 07:47:51 +00:00
oslo_context Implement domain-scope for context objects 2018-10-26 16:24:27 +00:00
releasenotes Update reno for stable/rocky 2018-07-26 12:37:41 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-09 16:11:45 -04:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:46:46 +08:00
.gitreview exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
.mailmap exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
.stestr.conf Switch to stestr 2018-07-04 08:30:19 +07:00
.zuul.yaml add lib-forward-testing-python3 test job 2018-08-11 18:20:12 -04:00
CONTRIBUTING.rst Cleanup document formatting 2017-07-05 02:27:14 +09:00
HACKING.rst Fix URLs according to document migration 2017-07-12 22:46:06 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
README.rst Add release notes link to README 2018-06-21 13:15:39 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-11-05 15:03:32 +01:00
lower-constraints.txt Switch to stestr 2018-07-04 08:30:19 +07:00
requirements.txt Remove use of positional decorator 2017-08-07 16:11:39 -07:00
setup.cfg Always build universal wheels 2018-10-05 14:03:29 +02:00
setup.py Updated from global requirements 2017-03-03 03:06:56 +00:00
test-requirements.txt Switch to stestr 2018-07-04 08:30:19 +07:00
tox.ini Switch to stestr 2018-07-04 08:30:19 +07:00

README.rst

Oslo Context Library

The Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging.

Team and repository tags

image

Latest Version

Downloads