summaryrefslogtreecommitdiffstats
path: root/tests/test_v3_auth.py
Commit message (Expand)AuthorAgeFilesLines
* Scipped tests don't render as ERROR'sVictor Sergeyev2013-07-261-3/+1
* Implement Token Binding.Jamie Lennox2013-07-171-0/+101
* Implemented token creation without catalog response.Fabio Giannetti2013-07-171-0/+39
* Pluggable Remote UserAdam Young2013-07-171-7/+90
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-121-97/+50
* Fix issue with v3 tokens and group membership rolesHenry Nash2013-07-061-0/+131
* Merge "remove_role_from_user_and_project affecting all users (bug 1170649)"Jenkins2013-06-051-0/+53
|\
| * remove_role_from_user_and_project affecting all users (bug 1170649)Dolph Mathews2013-06-031-0/+53
* | Maintain tokens after role assignments (bug 1170186)Dolph Mathews2013-06-031-9/+51
|/
* Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-1/+1
* imports not in alphabetical order (flake8 H306)Dolph Mathews2013-05-241-1/+1
* Remove unused variables (flake8 F841)Dolph Mathews2013-05-231-41/+19
* Use webtest for v2 and v3 API testing.Jamie Lennox2013-05-221-66/+68
* clean up invalid variable referenceBrant Knudson2013-04-081-0/+12
* Rename trust extension.Russell Bryant2013-03-221-36/+36
* Move trusts to extensionDolph Mathews2013-03-211-36/+36
* Allow trusts to be optionalDolph Mathews2013-03-201-0/+18
* Merge "Prohibit V3 V2 token intermix for resource in non-default domain (bug ...Jenkins2013-03-201-9/+211
|\
| * Prohibit V3 V2 token intermix for resource in non-default domain (bug 1157430)Guang Yee2013-03-191-9/+211
* | Validate domains unconditionally (bug 1130236)Dolph Mathews2013-03-191-2/+2
|/
* V2, V3 token intermix for unscoped tokens (bug 1156913)Guang Yee2013-03-181-0/+92
* Test default_project_id scoping (bug 1023502)Dolph Mathews2013-03-181-2/+51
* extracting user and trust ids into normalized fieldsAdam Young2013-03-151-4/+44
* Ensure tokens are revoked for relevant v3 api callsHenry Nash2013-03-131-0/+306
* Improve tests for api protection and filteringHenry Nash2013-03-121-115/+52
* Revert "from tests import"Adam Young2013-03-111-1/+1
* Merge "bug 1133526"Jenkins2013-03-111-1/+17
|\
| * bug 1133526Malini Bhandaru2013-03-081-1/+17
* | from tests importAdam Young2013-03-081-1/+1
|/
* Expand v3 trust test coverageDolph Mathews2013-03-051-109/+262
* bug 1134802: fix inconsistent format for expires_at and issued_atGuang Yee2013-03-051-14/+32
* bug 1131840: fix auth and token data for XML translationGuang Yee2013-02-261-36/+49
* Tests for domain-scoped tokensDolph Mathews2013-02-211-72/+206
* domain-scopingGuang Yee2013-02-201-5/+55
* v3 token APIGuang Yee2013-02-201-0/+440