summaryrefslogtreecommitdiff
path: root/nova/api/auth.py
Commit message (Expand)AuthorAgeFilesLines
* Stop using NoAuthMiddleware in testsEric Fried2019-10-141-1/+9
* Deprecate [api]auth_strategy and noauth2Eric Fried2019-10-091-1/+10
* Refactor WSGI apps and utils to limit importsChris Dent2018-03-061-1/+1
* delete more i18n log markersSean Dague2017-03-211-4/+3
* Merge "Remove manual handling of old context variables"Jenkins2016-12-121-9/+1
|\
| * Remove manual handling of old context variablesJamie Lennox2016-11-021-9/+1
* | conf: Move api options to a groupMaciej Szankin2016-11-251-2/+2
|/
* Use from_environ when creating a contextJamie Lennox2016-07-141-35/+12
* Move config options from nova/api directory (1)EdLeafe2016-05-091-24/+2
* Remove the legacy v2 API entry from api-paste.iniHe Jie Xu2016-05-051-7/+8
* remove unused pipeline_factory_v3 aliasSean Dague2015-12-181-4/+0
* Use StrOpt's parameter choices to restritct option auth_strategyChangBo Guo(gcb)2015-09-301-0/+1
* Remove the v3 word from help message of api_rate_limit optionHe Jie Xu2015-09-011-1/+1
* Clean the deprecated noauth middlewareliu-sheng2015-08-061-12/+4
* Remove openstack/common/versionutils moduleDavanum Srinivas2015-06-151-1/+1
* create noauth2Sean Dague2015-03-041-1/+14
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Remove compability check for ratelimit_v3jichenjc2015-02-071-7/+0
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-3/+3
* Merge "Config bindings: remove redundant brackets"Jenkins2014-12-231-3/+3
|\
| * Config bindings: remove redundant bracketsGary Kotton2014-11-101-3/+3
* | Remove support for deprecated header X_ROLEJoe Gordon2014-12-091-8/+1
* | Merge "Replacement `_` on `_LW` in all LOG.warning part 2"Jenkins2014-11-211-3/+3
|\ \
| * | Replacement `_` on `_LW` in all LOG.warning part 2Mike Durnosvistov2014-11-201-3/+3
| |/
* | Use session in cinderclientJamie Lennox2014-11-181-1/+6
|/
* Use oslo.middlewareEugeniya Kudryashova2014-10-301-1/+1
* Revert "Replace outdated oslo-incubator middleware"Joe Gordon2014-10-211-1/+1
* Replace outdated oslo-incubator middlewareAbhishek Chanda2014-10-151-1/+1
* Switch to nova's jsonutils in oslo.serializationDavanum Srinivas2014-10-141-1/+1
* Add v2.1 API router and endpointKen'ichi Ohmichi2014-08-271-1/+5
* Log translation hint for nova.apiliu-sheng2014-07-241-3/+4
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Add x-openstack-request-id to nova v3 responsesChris Buccella2014-04-281-1/+5
* Set default auth_strategy to keystoneClint Byrum2014-04-231-1/+1
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Small edits on help stringsAndreas Jaeger2014-01-231-2/+2
* Remove middleware ratelimits from v3 apiHe Jie Xu2013-12-151-7/+24
* Merge "Disable per-user rate limiting by default"Jenkins2013-07-311-1/+1
|\
| * Disable per-user rate limiting by defaultJoe Gordon2013-07-261-1/+1
* | Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
|/
* Sane rest API rate limit defaultsJoe Gordon2013-06-271-1/+1
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Fix N402 for nova/apiSean Dague2013-01-081-2/+2
* Move api_rate_limit and auth_strategy to nova.apiMark McLoughlin2012-12-111-7/+14
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in nova.apiMark McLoughlin2012-11-041-6/+7
* Accept role list from either X-Roles or X-RoleBrian Elliott2012-08-281-2/+16