summaryrefslogtreecommitdiff
path: root/keystone/tests/unit/test_v3.py
Commit message (Expand)AuthorAgeFilesLines
* OAuth2.0 Client Credentials Grant Flow SupportYi Feng2022-06-141-2/+8
* Replace deprecated assertDictContainsSubsetTakashi Kajinami2021-09-011-1/+1
* [goal] Deprecate the JSON formatted policy fileGhanshyam Mann2021-02-011-1/+1
* Remove six usageVishakha Agarwal2020-01-301-8/+8
* Fix role_assignments role.id filterColleen Murphy2020-01-021-0/+4
* Implement resource options for roles and projectsmorgan fainberg2019-09-091-0/+1
* Correcting tests with project_idVishakha Agarwal2019-02-131-1/+1
* Remove deprecated "bind" in tokenVishakha Agarwal2018-11-091-11/+1
* Merge "Move AuthContextMiddleware"Zuul2018-10-221-2/+2
|\
| * Move AuthContextMiddlewareMorgan Fainberg2018-10-111-2/+2
* | Add test case for expanding implied roles in system tokensLance Bragstad2018-10-121-0/+26
|/
* Convert auth to flask native dispatchingmorgan fainberg2018-10-091-13/+0
* Enable foreign keys for unit testwangxiyuan2018-10-091-24/+13
* Avoid using dict.get() in assertionsVishakha Agarwal2018-10-051-3/+3
* Merge "Added support for a ``description`` attribute for Identity Roles"Zuul2018-09-121-0/+1
|\
| * Added support for a ``description`` attribute for Identity RolesM V P Nitesh2018-09-061-0/+1
* | Trivial: Remove app_conf kwarg from testing setupLance Bragstad2018-08-221-2/+1
|/
* Clean up token extra codewangxiyuan2018-08-021-1/+1
* Remove direct calls to auth.controllers in some testsMorgan Fainberg2018-08-011-3/+8
* Mirror self-link trust check from tempestMorgan Fainberg2018-07-201-0/+2
* Remove unused assertions from test_v3.pyLance Bragstad2018-05-031-37/+0
* Use consistent role schema in token response validationBrant Knudson2018-04-121-27/+22
* Force SQLite to properly deal with foreign keysDavid Stanek2018-02-141-7/+26
* Finish refactoring self.*_api out of testsLance Bragstad2018-02-051-24/+30
* Introduce assertions for system-scoped token testingLance Bragstad2018-01-231-3/+42
* Implement controller logic for system group assignmentsLance Bragstad2018-01-121-1/+1
* Implement controller logic for system user assignmentsLance Bragstad2018-01-101-1/+4
* Merge "Replace parse_strtime with datetime.strptime"Zuul2017-12-261-2/+2
|\
| * Replace parse_strtime with datetime.strptimeGage Hugo2017-12-211-2/+2
* | remove "admin_token_auth" related content"wangqiangbj2017-12-181-40/+0
|/
* Enforce policy on oslo-contextAdam Young2017-12-051-3/+7
* Move auth header definitions into authorizationJamie Lennox2017-09-301-2/+2
* Remove middleware reference to PARAMS_ENV and CONTEXT_ENVJamie Lennox2017-09-291-1/+2
* Remove orphaned AuthTestMixin from test_v3David Stanek2017-03-281-84/+0
* Fix the s3tokens endpointTim Burke2017-02-221-2/+5
* Cleanup TODO, AuthContext and AuthInfo to auth.coreMorgan Fainberg2017-01-311-2/+2
* Fixes deprecations caused by latest oslo.contextDavid Stanek2017-01-271-5/+6
* Force use of AuthContext object in .authentcate()Morgan Fainberg2017-01-131-1/+1
* Domain included for role in list_role_assignmentSamuel Pilla2016-12-061-0/+5
* Correct minor issues in test schemaBrant Knudson2016-12-051-10/+7
* Removed unused EXTENSION_TO_ADD test declarationsDavid Stanek2016-11-291-1/+0
* Return password_expires_at during authRonald De Rose2016-10-141-1/+5
* Remove the check for admin token in build_auth_context middlewareDave Chen2016-09-281-13/+0
* Implement encryption of credentials at restLance Bragstad2016-09-021-0/+2
* Merge "PCI-DSS Password expires validation"Jenkins2016-08-091-0/+1
|\
| * PCI-DSS Password expires validationRonald De Rose2016-08-051-0/+1
* | remove test utilities related to adding extensionsSteve Martinelli2016-08-051-28/+0
|/
* Use more specific asserts in testsBéla Vancsics2016-08-041-3/+3
* Remove unused context from AuthInfoJamie Lennox2016-07-151-2/+1
* Increase test coverage for token APIsDolph Mathews2016-07-071-2/+8