keystoneauth/keystoneauth1/loading
Steve Baker ff68663217 Implement HTTP Basic client support in keystoneauth1
A new basic auth plugin is added which enables HTTP Basic
authentication for standalone services. Like the noauth plugin, the
endpoint needs to be specified explicitly, along with the
username and password.

An example of a standalone server implementing HTTP Basic can be seen
in Ironic change https://review.opendev.org/#/c/727467/

Change-Id: Ib3f0a9c518d031a67f9605cf64a8a9cc81131ed3
Story: 2007656
Task: 39741
2020-06-15 10:26:35 +12:00
..
_plugins Implement HTTP Basic client support in keystoneauth1 2020-06-15 10:26:35 +12:00
__init__.py Update hacking for Python3 2020-03-31 20:11:31 +02:00
_utils.py Lazy import oslo_config as required 2016-04-26 08:43:29 +10:00
adapter.py Allow requesting fixed retry delay instead of exponential 2019-07-29 13:07:38 +02:00
base.py Raise NotImplementedError instead of NotImplemented 2016-09-09 02:56:31 +00:00
cli.py Remove use of positional decorator 2017-08-07 16:37:07 -07:00
conf.py docstring: fix typo 2016-05-14 02:26:50 +02:00
identity.py Implement system scope 2018-01-17 15:50:11 +00:00
opts.py Remove use of positional decorator 2017-08-07 16:37:07 -07:00
session.py Add oslo.config option for split-loggers 2018-05-16 15:42:03 -05:00