keystonemiddleware/keystonemiddleware/auth_token
Colleen Murphy 409b482253 Rename auth_uri to www_authenticate_uri
The [keystone_authtoken]/auth_uri middleware parameter has been causing
extreme confusion amongst operators and developers ever since the
keystonemiddleware started accepting keystoneauth plugin parameters
including auth_url. The two parameters look identical and yet have
completely different meanings and are both required. This patch
deprecates auth_uri and renames it to www_authenticate_uri, which more
accurately describes the WWW-Authenticate header it is configuring and
is dissimilar to any other keystone_authtoken middleware parameter. This
also renames the internal variable names for consistency with the config
option.

Change-Id: I0cf11da3d395749df28077427689fdafc8a6b981
2017-10-11 14:00:49 +02:00
..
__init__.py Rename auth_uri to www_authenticate_uri 2017-10-11 14:00:49 +02:00
_auth.py Remove log translations 2017-05-02 09:58:02 +08:00
_base.py Break default auth plugin into file 2015-02-26 10:01:15 +11:00
_cache.py Remove log translations 2017-05-02 09:58:02 +08:00
_exceptions.py Create a Config object 2016-06-10 18:21:56 +00:00
_identity.py Rename auth_uri to www_authenticate_uri 2017-10-11 14:00:49 +02:00
_memcache_crypt.py Replace pycrypto with cryptography 2017-05-22 16:52:37 -05:00
_memcache_pool.py Remove log translations 2017-05-02 09:58:02 +08:00
_opts.py Rename auth_uri to www_authenticate_uri 2017-10-11 14:00:49 +02:00
_request.py Replace six.iteritems() with .items() 2017-07-12 13:43:55 +07:00
_revocations.py use oslo.log instead of logging 2017-01-13 03:24:18 +00:00
_signing_dir.py Remove log translations 2017-05-02 09:58:02 +08:00
_user_plugin.py Add service token to user token plugin 2016-10-11 16:03:26 +11:00