| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
We haven't needed to register a setup_hook in about 6 months.
Change-Id: I446e9385e1545a0a4cdfb02d8d3bd4b498fa51cd
|
| |/
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
If the docstrings are invalid then the commit should fail the gate.
Change-Id: Iabe506fa914ac5e742c0c5f4682ed0471c4a64ca
|
| |
|
|
| |
Change-Id: I216b422175dba6e1ca1623c21ff87f4d2fd0a486
|
| |
|
|
|
|
|
| |
This makes sure people know that the client is Python 3 compatible when
browsing PyPI.
Change-Id: Ie97a4de49bafc2184831ca25bc70d8af3c29d34f
|
| |
|
|
|
|
| |
Fixes bug 1179007
Change-Id: Iceb63c223faab49be01baa36c035f703ddf59fc0
|
| |
|
|
|
|
| |
Part of blueprint grizzly-testtools
Change-Id: I76dee19781eaac21901b5c0258e83a42180c1702
|
| |
|
|
| |
Change-Id: I7d5a170f31c2846474b3836a08c6445577613e98
|
| |
|
|
| |
Change-Id: I044447b162e97d7464e49ba7fed0d41a757a3210
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
As part of doing that, fixed a unittest to work with python2.6.
Change-Id: I575a8534bf008077c1a24a25336f1d711f742297
|
| |
|