GitHub / openstack/python-keystoneclient / commits
OpenStack Identity (Keystone) Client. Mirror of code maintained at opendev.org.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 805dae23 | merge Merge "Add CRUD operations for Federated Protocols." |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 0068a4e4 | merge Merge "Provide an __all__ for auth module" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| dd5260b3 | merge Merge "Add invalidate doc string to identity plugin" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| a58bb4b2 | Allow passing kwargs from managers to session | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 7825e99e | Change unscoped token fallback to be session aware | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| a82d4a69 | Enumerate Projects with Unscoped Tokens |
Adam Young <a****g@r****m>
Committed by: ayoung <a****g@r****m> |
about 12 years ago | |
| 658b6900 | merge Merge "Pass user and roles manager to tenant manager" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| dd353472 | merge Merge "Add V2 tenant user manager tests" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 0e867376 | merge Merge "Pass roles manager to user manager" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 67af1acd | merge Merge "Allow loading auth plugins from CLI" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 9c3fa665 | merge Merge "Add trust users to AccessInfo and fixture" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| c3e99824 | merge Merge "Plugin loading from config objects" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 3b73bcf9 | merge Merge "Direct move of the revoke model from keystone server" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| cceba6a7 | merge Merge "Add tests without optional create endpoint params" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| f312ae2a | merge Merge "Add OAuth data to AccessInfo" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 81194a1b | merge Merge "Add V2 user roles tests" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| a1bc48c0 | merge Merge "Add CONTRIBUTING.rst" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 2ae5b389 | merge Merge "Keystoneclient create user API should have optional password." |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 1145d942 | Use jsonutils to load adapter response | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 8e9008ba | merge Merge "endpoint_id and service_id should be random uuid" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 3e88c35c | merge Merge "Add profiling support to keystoneclient" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 2ffb0a1a | Ensure no double slash in get token URL | JordanP <j****r@c****m> | about 12 years ago | |
| 976b126c | Add v2 Token manager authenticate tests | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 5011d51f | Test that tenant list function can use auth_url | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 83bef747 | Add the 'auth' interface type |
Jamie Lennox <j****x@r****m>
Committed by: Marek Denis <m****s@c****h> |
about 12 years ago | |
| ee527263 | Add V2 tenant user manager tests | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 2635c994 | Add V2 user roles tests | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 3a60390f | Pass user and roles manager to tenant manager | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| dfdb206a | Pass roles manager to user manager | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| b0e68b06 | Make keystoneclient use an adapter | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 552b4f46 | merge Merge "Modify oauth calls to expect urlencoded responses" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 3970c6c4 | Provide an __all__ for auth module | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| b47f6a27 | Modify oauth calls to expect urlencoded responses | Steve Martinelli <s****r@c****m> | about 12 years ago | |
| 1a35101f | Config fixture from oslo-incubator is not used. |
Brant Knudson <b****n@u****m>
Committed by: Dolph Mathews <d****s@g****m> |
about 12 years ago | |
| a94050f4 | Sync with oslo-incubator fd90c34a9 | Brant Knudson <b****n@u****m> | about 12 years ago | |
| 8f218911 | endpoint_id and service_id should be random uuid | Harry Rybacki <h****i@r****m> | about 12 years ago | |
| 1e993c36 | merge Merge "Adjust Python 2.6 OSerror-on-EPIPE workaround" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 4766d168 | Use immutable arg rather mutable arg | liuqing <j****g@9****t> | about 12 years ago | |
| b4f1b30c | Add CONTRIBUTING.rst |
liuqing <j****g@9****t>
Committed by: lawrancejing <l****g@g****m> |
about 12 years ago | |
| 553ab6c7 | use embedded URLs for hyperlinks in the README | Dolph Mathews <d****s@g****m> | about 12 years ago | |
| 90abb4cf | merge Merge "Minor grammatical fix in doc" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| cf7e8afb | merge Merge "Correcting using-api-v2.rst" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 3d4119d2 | merge Merge "Add issued handlers to auth_ref and fixtures" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 2f21463a | Add profiling support to keystoneclient | Boris Pavlovic <b****s@p****e> | about 12 years ago | |
| ef9dbdc7 | Minor grammatical fix in doc | Lance Bragstad <l****d@g****m> | about 12 years ago | |
| 4a7c7944 | Updated from global requirements | OpenStack Proposal Bot <o****a@l****g> | about 12 years ago | |
| f0be3847 | merge Merge "Make parameters in EndpointManager optional" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 077f2b4c | merge Merge "Session Adapters" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 5945b3e7 | Add tests without optional create endpoint params | Harry Rybacki <h****i@r****m> | about 12 years ago | |
| 90e4d894 | Correcting using-api-v2.rst | Michael McCune <m****e@r****m> | about 12 years ago | |
| c3688f15 | Direct move of the revoke model from keystone server |
Adam Young <a****g@r****m>
Committed by: Morgan Fainberg <m****g@g****m> |
about 12 years ago | |
| 07d45eff | expose the revoke token for V3 | wanghong <w****g@h****m> | about 12 years ago | |
| b28b4bb8 | Make parameters in EndpointManager optional | Harry Rybacki <h****i@r****m> | about 12 years ago | |
| 2927a754 | merge Merge "Unversioned endpoints in service catalog" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 8e89f55a | merge Merge "Doc build fails if warnings" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| a7b084c0 | merge Merge "Imports to fix build warnings" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 1edae26a | merge Merge "Update keystoneclient code to account for hacking 0.9.2" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 6c47b937 | merge Merge "Add role ids to the AccessInfo" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| f08a3ab9 | Rename v3._AuthConstructor to v3.AuthConstructor | Marek Denis <m****s@c****h> | about 12 years ago | |
| 0a9a8476 | Doc build fails if warnings | Brant Knudson <b****n@u****m> | about 12 years ago | |
| b2a0c5bc | Updated from global requirements | OpenStack Proposal Bot <o****a@l****g> | about 12 years ago | |
| 8247200e | merge Merge "auth_token _cache_get checks token expired" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 3d29db1b | Add OAuth data to AccessInfo | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 0aa9df3b | Add role ids to the AccessInfo | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 588aaa3e | Add issued handlers to auth_ref and fixtures | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 8c8fd656 | Add trust users to AccessInfo and fixture | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 0e9ecaa1 | Don't log sensitive auth data |
Jamie Lennox <j****x@r****m>
Committed by: Nathan Kinder <n****r@r****m> |
about 12 years ago | |
| 36ab799c | Prevent AttributeError if no authorization |
Adam Young <a****g@r****m>
Committed by: Jamie Lennox <j****x@r****m> |
about 12 years ago | |
| f88a9c64 | merge Merge "Added help text for the debug option" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 1c64e5c1 | Update keystoneclient code to account for hacking 0.9.2 | Steve Martinelli <s****r@c****m> | about 12 years ago | |
| b487f946 | Convert httpretty to requests-mock | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 2d1cc878 | Using six.u('') instead of u'' | Thomas Goirand <t****s@g****r> | about 12 years ago | |
| f83115b4 | merge Merge "Session Documentation" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 8da7d493 | merge Merge "Don't use mock non-exist method assert_called_once" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 6b03e3f3 | merge Merge "Refactor auth_token token cache members to class" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| c613c1ef | merge Merge "Set the iso8601 log level to WARN" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 05f362dc | Add a fixture for Keystone version discovery | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| d8408f62 | Docstrings for usability. |
Brant Knudson <b****n@u****m>
Committed by: Marek Denis <m****s@c****h> |
about 12 years ago | |
| 6659902a | Imports to fix build warnings | Brant Knudson <b****n@u****m> | about 12 years ago | |
| 03fbe590 | Link to docstrings in using-api-v3 | Brant Knudson <b****n@u****m> | about 12 years ago | |
| c758a2fc | Scope unscoped saml2 tokens. | Marek Denis <m****s@c****h> | about 12 years ago | |
| 871882c1 | Add invalidate doc string to identity plugin | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| d3b665c0 | Added help text for the debug option | Andre Naehring <n****g@b****e> | about 12 years ago | |
| 39ab20f6 | merge Merge "Remove _factory methods from auth plugins" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| d7b8e541 | merge Merge "Fix tests to use UUID strings rather than ints for IDs" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| f083f7f0 | merge Merge "Add endpoint handling to Token/Endpoint auth" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 12 years ago | |
| 6663e136 | Make get_oauth_params conditional for specific oauthlib versions | Steve Martinelli <s****r@c****m> | about 12 years ago | |
| a31cc329 | Calculate a suitable column width for positional arguments | Christian Berendt <b****t@b****e> | about 12 years ago | |
| 1893703b | Session Adapters | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| 832d8968 | Add service_name to URL discovery | Jamie Lennox <j****x@r****m> | about 12 years ago | |
| e4b7daf7 | Keystoneclient create user API should have optional password. | Juan Manuel Olle <j****e@i****m> | about 12 years ago | |
| 53a175e7 | Changes exception raised by v3.trusts.update() | Rodrigo Duarte Sousa <r****s@l****r> | about 12 years ago | |
| df032ebe | Add role assignments as concept in Client API V3 docs | Rodrigo Duarte Sousa <r****s@l****r> | about 12 years ago | |
| 8c60f346 | Refactor auth_token token cache members to class | Brant Knudson <b****n@u****m> | about 12 years ago | |
| 1e265faf | auth_token _cache_get checks token expired | Brant Knudson <b****n@u****m> | over 12 years ago | |
| 69ca1cd4 | Adjust Python 2.6 OSerror-on-EPIPE workaround | Dirk Mueller <d****k@d****e> | over 12 years ago | |
| 04ded03c | merge Merge "Clean up oauth auth plugin code" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
over 12 years ago | |
| 4435425c | Set the iso8601 log level to WARN | liu-sheng <l****g@h****m> | over 12 years ago | |
| dee03a65 | merge Merge "Remove left over vim headers" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
over 12 years ago | |
| d7d56dfa | Clean up oauth auth plugin code | Steve Martinelli <s****r@c****m> | over 12 years ago |