b8ddb3b75f223b0cc47c24d1ae35aeee0fa37cf4
This authentication plugin isn't grouped with the other authentication plugins, but it can be really useful for people writing proxies or implementing service-to-service calls. This commit just highlights the usefulness of this plugin with some example usecases and a code snippet. The current documentation phrases it such that it's only useful for testing. Change-Id: I1de4959ccde3fdf8141d8f4949c73542c2200483
Team and repository tags
keystoneauth
This package contains tools for authenticating to an OpenStack-based cloud. These tools include:
- Authentication plugins (password, token, and federation based)
- Discovery mechanisms to determine API version support
- A session that is used to maintain client settings across requests (based on the requests Python library)
Further information:
- Free software: Apache license
- Documentation: https://docs.openstack.org/keystoneauth/latest/
- Source: https://opendev.org/openstack/keystoneauth
- Bugs: https://bugs.launchpad.net/keystoneauth
- Release notes: https://docs.openstack.org/releasenotes/keystoneauth/
Description
Languages
Python
100%