<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/keystoneclient/auth/token_endpoint.py, branch 3.10.0</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Deprecate auth plugins from keystoneclient</title>
<updated>2016-02-03T01:08:07+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@gmail.com</email>
</author>
<published>2015-12-16T07:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=03e209fd6fd8519aedfdd1bf3d36e5adaf14c7ce'/>
<id>03e209fd6fd8519aedfdd1bf3d36e5adaf14c7ce</id>
<content type='text'>
Deprecate auth plugins in favour of those from keystoneauth.

Change-Id: I8963ded9b68569717d7a6e30623ee78301b59a4a
Implements: bp deprecate-to-ksa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate auth plugins in favour of those from keystoneauth.

Change-Id: I8963ded9b68569717d7a6e30623ee78301b59a4a
Implements: bp deprecate-to-ksa
</pre>
</div>
</content>
</entry>
<entry>
<title>Change oslo.config to oslo_config</title>
<updated>2015-01-31T14:03:37+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2015-01-06T15:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=d34cffa65fbc151af6dfd489d9d324547df1d1af'/>
<id>d34cffa65fbc151af6dfd489d9d324547df1d1af</id>
<content type='text'>
The oslo.config libraries are moving away from oslo-namespaced
packages.

Note that his requires oslo.config&gt;=1.6.0

bp drop-namespace-packages

Change-Id: Ic0d4053875da0628f2359c109f2779d12aadc3eb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The oslo.config libraries are moving away from oslo-namespaced
packages.

Note that his requires oslo.config&gt;=1.6.0

bp drop-namespace-packages

Change-Id: Ic0d4053875da0628f2359c109f2779d12aadc3eb
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix importing config module and classmethod params</title>
<updated>2014-11-27T04:49:14+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2014-11-11T05:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=c5455ba8d9dbe2384284868fa2aea3503f9d8222'/>
<id>c5455ba8d9dbe2384284868fa2aea3503f9d8222</id>
<content type='text'>
The Token/Endpoint options specify an instance method where the
expectation is a classmethod. This prevents the class being loaded from
config file or CLI.

The cfg module was not imported so loading plugins would raise an
AttributeError.

Change-Id: I33b4a8c181210d74d4779438afc1f918e06df85b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Token/Endpoint options specify an instance method where the
expectation is a classmethod. This prevents the class being loaded from
config file or CLI.

The cfg module was not imported so loading plugins would raise an
AttributeError.

Change-Id: I33b4a8c181210d74d4779438afc1f918e06df85b
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark auth plugin options as secret</title>
<updated>2014-08-07T03:40:05+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2014-08-07T03:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=a8cca7e889a244b1bbdf90cce85fd6cb56b79a22'/>
<id>a8cca7e889a244b1bbdf90cce85fd6cb56b79a22</id>
<content type='text'>
By marking the options as secret they don't get printed out in things
like the debug log when loading the application.

Change-Id: Iadab479a896bc4b1682ee8d207cc50a01dca8255
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By marking the options as secret they don't get printed out in things
like the debug log when loading the application.

Change-Id: Iadab479a896bc4b1682ee8d207cc50a01dca8255
</pre>
</div>
</content>
</entry>
<entry>
<title>Plugin loading from config objects</title>
<updated>2014-07-07T04:15:10+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2014-03-11T05:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=5c91ede44768ebbb2fff12f9a7c93e63b9bbd56d'/>
<id>5c91ede44768ebbb2fff12f9a7c93e63b9bbd56d</id>
<content type='text'>
Provide a pattern for auth plugins to load themselves from a config
object. The first user of this will be auth_token middleware however it
is not likely to be the only user.

By doing this in an exportable way we are defining a single config file
format for specifying how to load a plugin for all services. We also
provide a standard way of retrieving a plugins options for loading via
other mechanisms.

Blueprint: standard-client-params
Change-Id: I353b26a1ffc04a20666e76f5bd2f1e6d7c19a22d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a pattern for auth plugins to load themselves from a config
object. The first user of this will be auth_token middleware however it
is not likely to be the only user.

By doing this in an exportable way we are defining a single config file
format for specifying how to load a plugin for all services. We also
provide a standard way of retrieving a plugins options for loading via
other mechanisms.

Blueprint: standard-client-params
Change-Id: I353b26a1ffc04a20666e76f5bd2f1e6d7c19a22d
</pre>
</div>
</content>
</entry>
<entry>
<title>Add endpoint handling to Token/Endpoint auth</title>
<updated>2014-05-28T03:35:20+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2014-04-30T01:58:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=06fe38ad4964dc0aaea13a853053a78f4b9d7257'/>
<id>06fe38ad4964dc0aaea13a853053a78f4b9d7257</id>
<content type='text'>
This auth plugin was initially created before get_endpoint was
available. Implement the get_endpoint method so that we can use the
plugin with relative URLs.

Closes-Bug: #1323926
Change-Id: Ic868f509e708ad29faf86ec5ceeab2a9c98a24fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This auth plugin was initially created before get_endpoint was
available. Implement the get_endpoint method so that we can use the
plugin with relative URLs.

Closes-Bug: #1323926
Change-Id: Ic868f509e708ad29faf86ec5ceeab2a9c98a24fc
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle Token/Endpoint authentication</title>
<updated>2014-03-10T22:13:23+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2014-03-10T22:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=84b82436fd710bd40a5b7251528430330771e7b1'/>
<id>84b82436fd710bd40a5b7251528430330771e7b1</id>
<content type='text'>
This is essentially the Admin token where your authentication will
always use a given token and have no means of querying information from
within that token blob.

Change-Id: Ia4317836d6fc1e62c65a1dcbd84c820d90832dc4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is essentially the Admin token where your authentication will
always use a given token and have no means of querying information from
within that token blob.

Change-Id: Ia4317836d6fc1e62c65a1dcbd84c820d90832dc4
</pre>
</div>
</content>
</entry>
</feed>
