summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* SAML2 federated authentication for ADFS.Marek Denis2014-09-171-1/+1
| | | | | | | | | | | Authentication workflow for the Active Directory Federated Services (ADFS) by Microsoft is different from 'standard' ECP based one. This plugin allows for authentication and fetching security token with SAML2 assertion inside, sending to the Service Provide and retrieving an unscoped token. Change-Id: I588de1967a7fb92c5928686d092895847553923a Implements: blueprint add-saml2-cli-authentication
* Version independent pluginsJamie Lennox2014-09-031-0/+3
| | | | | | | | | | A Framework for creating plugins that work across identity versions. Upon creating a generic plugin the plugin will go and discover what versions are available on the server and then attemp to construct a suitable plugin. Blueprint: version-independant-plugins Change-Id: If7fed94aaf4636e80a9c3a834cf6c5430f20e489
* Merge "Remove cruft from setup.cfg"Jenkins2014-08-211-4/+0
|\
| * Remove cruft from setup.cfgMonty Taylor2014-08-201-4/+0
| | | | | | | | | | | | We haven't needed to register a setup_hook in about 6 months. Change-Id: I446e9385e1545a0a4cdfb02d8d3bd4b498fa51cd
* | Add v3scopedsaml entry to the setup.cfg.Marek Denis2014-08-201-0/+1
|/ | | | | | | | Since Patch https://review.openstack.org/#/c/107231/ was abandoned and entry ``v3unscopedsaml`` stays in the setup.cfg, there should also some room for v3scopedsaml entry which lets users scope their unscoped tokens. Change-Id: Ie42206c323d287b905b4c5da9c790e544a8b8433
* SAML2 ECP auth pluginMarek Denis2014-07-151-0/+1
| | | | | | | | | | | | | | | Auth plugin authenticating against remote SAML based Identity Providers. Upon successful authentication the plugin retrieves and stores unscoped token. Plugin object should be later used for scoping the token. Currently only HTTP BasicAuth Method is supported as an IdP authn method. Will not work for ADFS, as that has extensions to the document formats as well as a different workflow. Change-Id: Ieea40505a406bedf7219fa6f9e6cf29a45ad6e88 Implements: blueprint add-saml2-cli-authentication
* Plugin loading from config objectsJamie Lennox2014-07-071-0/+6
| | | | | | | | | | | | | | Provide a pattern for auth plugins to load themselves from a config object. The first user of this will be auth_token middleware however it is not likely to be the only user. By doing this in an exportable way we are defining a single config file format for specifying how to load a plugin for all services. We also provide a standard way of retrieving a plugins options for loading via other mechanisms. Blueprint: standard-client-params Change-Id: I353b26a1ffc04a20666e76f5bd2f1e6d7c19a22d
* Doc build fails if warningsBrant Knudson2014-06-181-0/+3
| | | | | | If the docstrings are invalid then the commit should fail the gate. Change-Id: Iabe506fa914ac5e742c0c5f4682ed0471c4a64ca
* Mark keystoneclient as being a universal wheelAlex Gaynor2014-05-171-0/+3
| | | | Change-Id: I216b422175dba6e1ca1623c21ff87f4d2fd0a486
* Add Python 3 classifiers.Cyril Roelandt2014-02-191-0/+2
| | | | | | | This makes sure people know that the client is Python 3 compatible when browsing PyPI. Change-Id: Ie97a4de49bafc2184831ca25bc70d8af3c29d34f
* Migrate to pbr.Monty Taylor2013-05-171-0/+31
| | | | | | Fixes bug 1179007 Change-Id: Iceb63c223faab49be01baa36c035f703ddf59fc0
* Use testr instead of nose.Monty Taylor2013-05-101-7/+0
| | | | | | Part of blueprint grizzly-testtools Change-Id: I76dee19781eaac21901b5c0258e83a42180c1702
* enabling i18n with BabelJoe Heck2012-09-291-0/+14
| | | | Change-Id: I7d5a170f31c2846474b3836a08c6445577613e98
* Update to latest openstack.common setup code.Monty Taylor2012-06-141-0/+2
| | | | Change-Id: I044447b162e97d7464e49ba7fed0d41a757a3210
* Move docs to doc.Clark Boylan2012-06-111-3/+3
| | | | | | | | | To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc/source and build results go in project/doc/build. Change-Id: I205e8bb1ddf6dae1d7392b32975319c6a6d98673
* Updated tox.ini to work properly with Jenkins.Monty Taylor2012-03-211-1/+0
| | | | | As part of doing that, fixed a unittest to work with python2.6. Change-Id: I575a8534bf008077c1a24a25336f1d711f742297
* Initial commit.Gabriel Hurley2011-10-251-0/+13