-
Notifications
You must be signed in to change notification settings - Fork 927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OpenStackIdentity_3_0_Connection child class to manage auth with OpenID access tokens #789
Conversation
Thanks for the contribution! I will look into it shorty. In the mean time, would it be possible to add some tests for this new authentication method? |
@Kami I have added tests for the new authentication method. |
Closes #789 Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
Closes #789 Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
Closes #789 Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
Closes #789 Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
Closes #789 Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
Closes #789 Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
Closes #789 Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
Thanks and sorry for the delay. The changes look good to me so I went ahead and merged them into trunk. When you get a chance it would also be great if you can add some documentation on how to authenticate against OpenStack based clouds using a token. Also, since this is a bigger change, can you please also file an ICLA - https://libcloud.readthedocs.io/en/latest/development.html#contributing-bigger-changes |
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
Checklist (tick everything that applies)