summaryrefslogtreecommitdiff
path: root/keystone/tests/unit/test_v3_auth.py
Commit message (Expand)AuthorAgeFilesLines
* OAuth 2.0 Mutual-TLS Supportsunyonggen2023-03-031-0/+183
* Limit token expiration to application credential expirationDave Wilde (d34dh0r53)2022-10-211-0/+15
* Fix "allow expired" feature for JWTVishakha Agarwal2020-07-081-0/+17
* Change time faking for totp testGage Hugo2020-03-181-3/+3
* Switch from mock to unittest.mock useSean McGinnis2020-03-021-1/+1
* Remove six usageVishakha Agarwal2020-01-301-228/+226
* Re-enable line-length linterColleen Murphy2019-10-211-1/+2
* Remove legacy protection testsLance Bragstad2019-10-071-104/+0
* Remove policy.v3cloudsample.jsonLance Bragstad2019-10-021-37/+0
* Merge "Make system tokens work with domain-specific drivers"Zuul2019-09-181-0/+16
|\
| * Make system tokens work with domain-specific driversLance Bragstad2019-09-131-0/+16
* | Add access rules to token validationColleen Murphy2019-09-141-1/+51
|/
* Add support for previous TOTP windowsAdrian Turjak2019-08-141-11/+101
* Merge "Allows to use application credentials through group membership"Zuul2019-08-071-0/+32
|\
| * Allows to use application credentials through group membershipJose Castro Leon2019-08-061-0/+32
* | Update test cases for os-pki revoke APIVishakha Agarwal2019-07-021-77/+15
* | Remove [token]/ infer_rolesVishakha Agarwal2019-05-221-11/+11
|/
* Implement JWS token providerLance Bragstad2019-02-071-0/+58
* Implement auth receipts specAdrian Turjak2018-11-021-0/+214
* Expand implied roles in system-scoped tokensLance Bragstad2018-10-121-6/+0
* Add test case for expanding implied roles in system tokensLance Bragstad2018-10-121-0/+23
* Make policy file support in fixture optionalLance Bragstad2018-10-121-2/+4
* Enable foreign keys for unit testwangxiyuan2018-10-091-1/+1
* Comment out un-runnable testsmorgan fainberg2018-09-211-61/+65
* Fix a bug that issue token with project-scope gets errorbiwei2018-08-141-4/+0
* Merge "Expose a bug that issue token with project-scope gets error"Zuul2018-08-101-0/+13
|\
| * Expose a bug that issue token with project-scope gets errorbiwei2018-08-021-0/+13
* | Address FIXMEs for listing revoked tokensLance Bragstad2018-08-011-0/+13
* | Remove direct calls to auth.controllers in some testsMorgan Fainberg2018-08-011-63/+76
|/
* Reduce duplication in federated auth APIsLance Bragstad2018-07-251-0/+53
* Merge "Implement base for new RBAC Enforcer"Zuul2018-07-131-1/+1
|\
| * Implement base for new RBAC EnforcerMorgan Fainberg2018-06-271-1/+1
* | Remove enable config option of trust featurewangxiyuan2018-07-091-29/+1
* | Remove token bind capabilitiesLance Bragstad2018-06-291-121/+0
|/
* Keystone adheres to public_endpoint opt onlyMorgan Fainberg2018-06-271-20/+20
* Fix duplicate role names in trusts bugJeremy Freudberg2018-06-211-7/+0
* Expose duplicate role names bug in trustsJeremy Freudberg2018-06-211-0/+47
* Convert Keystone to use FlaskMorgan Fainberg2018-06-041-0/+5
* Removal of deprecated direct driver loadingLance Bragstad2018-03-271-2/+1
* Merge "Force SQLite to properly deal with foreign keys"Zuul2018-02-201-1/+1
|\
| * Force SQLite to properly deal with foreign keysDavid Stanek2018-02-141-1/+1
* | Populate application credential data in tokenLance Bragstad2018-02-191-0/+21
|/
* Remove the sql token driver and uuid token providerLance Bragstad2018-02-121-126/+0
* Finish refactoring self.*_api out of testsLance Bragstad2018-02-051-259/+330
* Add application credential auth pluginColleen Murphy2018-01-271-0/+159
* Merge "Implement system-scoped tokens"Zuul2018-01-271-0/+220
|\
| * Implement system-scoped tokensLance Bragstad2018-01-231-0/+220
* | Implement GET /v3/auth/systemLance Bragstad2018-01-241-0/+96
|/
* Merge "Add schema check for OS-TRUST:trust authentication"Zuul2017-12-201-3/+0
|\
| * Add schema check for OS-TRUST:trust authenticationwangxiyuan2017-11-241-3/+0