GitHub user micafer opened a pull request:
https://github.com/apache/libcloud/pull/789
Add OpenStackIdentity_3_0_Connection child class to manage auth with OpenID access tokens
## Add OpenStackIdentity_3_0_Connection child class to manage auth with OpenID access
tokens
### Description
The class OpenStackIdentity_3_0_Connection_OIDC_access_token has been added to enable
OpenStack driver to manage OpenID access tokens to get access to an OpenStack site.
http://docs.openstack.org/developer/keystone/extensions/openidc.html
### Status
- done, ready for review
### Checklist (tick everything that applies)
- [x] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/indigo-dc/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/789.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #789
----
commit d83ab14dfe5c47d5354676e0caf4c8d68568d50f
Author: micafer <micafer1@upv.es>
Date: 2016-05-17T15:27:01Z
Add OpenStackIdentity_3_0_Connection_OIDC class to manage auth with OpenID tokens
commit 3ab6888beed0058cd57c5cc9d87f6d0d6301c9fa
Author: micafer <micafer1@upv.es>
Date: 2016-05-17T15:38:06Z
Style changes
commit 5acbe0b69c1092e877cef89ed4a34758fca384d6
Author: micafer <micafer1@upv.es>
Date: 2016-05-18T11:04:35Z
Code improvements
commit 927899738e39699a6548ecce4b5337d75ce63ebb
Author: micafer <micafer1@upv.es>
Date: 2016-05-18T11:06:42Z
Code improvements
commit 508b3885b23c37767964f6cc8b4803566e12e950
Author: micafer <micafer1@upv.es>
Date: 2016-05-18T14:02:29Z
Minor bugfix
commit dc9a0ec3bd3f84576b5b41a700e72390eecf0ffb
Author: micafer <micafer1@upv.es>
Date: 2016-05-18T14:10:13Z
Minor change
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|