<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/keystoneclient/tests/test_auth_token_middleware.py, branch stable/juno</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Merge "Update requests-mock syntax"</title>
<updated>2015-01-28T02:54:37+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-01-28T02:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=0eab8ff9204f946d1d51caa5ed076dc954e67e2b'/>
<id>0eab8ff9204f946d1d51caa5ed076dc954e67e2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a test fixture for mocking time</title>
<updated>2015-01-09T01:01:59+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2015-01-09T00:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=a51d899d20fbcbd7c7c91ab785056ad0d251e946'/>
<id>a51d899d20fbcbd7c7c91ab785056ad0d251e946</id>
<content type='text'>
Use a fixture and the mocking functions provided in oslo.utils.timeutils
rather than mocking the function directly. This broke when the functions
moved.

Change-Id: I431cff8bdb9d80fe17a061f482209b658e158723
Closes-Bug: #1408838
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a fixture and the mocking functions provided in oslo.utils.timeutils
rather than mocking the function directly. This broke when the functions
moved.

Change-Id: I431cff8bdb9d80fe17a061f482209b658e158723
Closes-Bug: #1408838
</pre>
</div>
</content>
</entry>
<entry>
<title>Update requests-mock syntax</title>
<updated>2014-12-11T21:28:33+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2014-10-28T10:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=97e777840e9a11b48d53ebdc7d3e9380d3dee1f6'/>
<id>97e777840e9a11b48d53ebdc7d3e9380d3dee1f6</id>
<content type='text'>
With requests-mock 0.5 we can do away with register_uri(method, ..) and
just use the method name as a function. This feels much cleaner and
looks more like requests syntax.

In the same update there is query string decoding included in the
history, so we no longer have to manually parse the query strings out of
the url.

Change-Id: I43d31576d15b4be72350bebf00733c08a7fb3e6c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With requests-mock 0.5 we can do away with register_uri(method, ..) and
just use the method name as a function. This feels much cleaner and
looks more like requests syntax.

In the same update there is query string decoding included in the
history, so we no longer have to manually parse the query strings out of
the url.

Change-Id: I43d31576d15b4be72350bebf00733c08a7fb3e6c
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync oslo-incubator to 1fc3cd47</title>
<updated>2014-10-25T20:10:34+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2014-10-25T19:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=0dfef4995b2bcc9267874412df4c43042e183397'/>
<id>0dfef4995b2bcc9267874412df4c43042e183397</id>
<content type='text'>
Sync oslo-incubator to commit
1fc3cd473023f6d735981d721faa5d3a8263a7f8

In python-keystoneclient: rm -r keystoneclient/openstack

In oslo-incubator:

  git checkout 1fc3cd47
  python update.py ../python-keystoneclient

Changes since last commit (32e7f0b56f)
--------------------------------------

a7af1e2 Mask keystone token in debug output
55ca7c3 Split cliutils
9ce1d96 Fix i18n import
5d40e14 Remove code that moved to oslo.i18n
6ff6b4b Switch oslo-incubator to use oslo.utils and remove old modules
f76f44c Delete the token and endpoint on expiry of token of client
6b048e7 Let oslotest manage the six.move setting for mox
ed0ffb8 Do not incur the cost of a second method call
94245b1 Make it possible to get the request_id from python clients

Change-Id: Id736a188a43f84a88bfada635aa4487d25322553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sync oslo-incubator to commit
1fc3cd473023f6d735981d721faa5d3a8263a7f8

In python-keystoneclient: rm -r keystoneclient/openstack

In oslo-incubator:

  git checkout 1fc3cd47
  python update.py ../python-keystoneclient

Changes since last commit (32e7f0b56f)
--------------------------------------

a7af1e2 Mask keystone token in debug output
55ca7c3 Split cliutils
9ce1d96 Fix i18n import
5d40e14 Remove code that moved to oslo.i18n
6ff6b4b Switch oslo-incubator to use oslo.utils and remove old modules
f76f44c Delete the token and endpoint on expiry of token of client
6b048e7 Let oslotest manage the six.move setting for mox
ed0ffb8 Do not incur the cost of a second method call
94245b1 Make it possible to get the request_id from python clients

Change-Id: Id736a188a43f84a88bfada635aa4487d25322553
</pre>
</div>
</content>
</entry>
<entry>
<title>Use oslo.utils and oslo.serialization</title>
<updated>2014-10-15T04:25:50+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2014-10-14T21:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=802301ca1763043bf699a52043504ab71a4dbb3b'/>
<id>802301ca1763043bf699a52043504ab71a4dbb3b</id>
<content type='text'>
Left timeutils and strutils in openstack/common since they are used in
openstack/common/apiclient and memorycache.

Change-Id: Idb5f09c159d907dfba84cd1f7501f650318af7d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Left timeutils and strutils in openstack/common since they are used in
openstack/common/apiclient and memorycache.

Change-Id: Idb5f09c159d907dfba84cd1f7501f650318af7d9
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update hacking to 0.9.x"</title>
<updated>2014-09-29T18:01:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-29T18:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=476a959d37e5ef1a5b4b1ee3ecc7ece22e4e2811'/>
<id>476a959d37e5ef1a5b4b1ee3ecc7ece22e4e2811</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix the condition expression for ssl_insecure"</title>
<updated>2014-09-21T14:27:53+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-21T14:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=0b06683be6d13d21dfffa19be46e1159edb9fce0'/>
<id>0b06683be6d13d21dfffa19be46e1159edb9fce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hacking to 0.9.x</title>
<updated>2014-09-21T06:44:37+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2014-09-21T06:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=394d202a6aca41a5f90436d9c6a5728bf8ce5af8'/>
<id>394d202a6aca41a5f90436d9c6a5728bf8ce5af8</id>
<content type='text'>
Address some issues that came up because of hacking upgrade.
But ignoring H904 since the slashes are valid, as they are in
comments, not code.

Change-Id: Ie8a94fc71632e4130c2ec663a5c6d3f2042f8263
Closes-Bug: #1328469
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Address some issues that came up because of hacking upgrade.
But ignoring H904 since the slashes are valid, as they are in
comments, not code.

Change-Id: Ie8a94fc71632e4130c2ec663a5c6d3f2042f8263
Closes-Bug: #1328469
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the condition expression for ssl_insecure</title>
<updated>2014-09-17T10:16:06+00:00</updated>
<author>
<name>Qin Zhao</name>
<email>chaochin@gmail.com</email>
</author>
<published>2014-08-06T07:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=5c9c97f1a5dffe5964e945bf68d009fd68e616fc'/>
<id>5c9c97f1a5dffe5964e945bf68d009fd68e616fc</id>
<content type='text'>
In the existing code, self.ssl_insecure is a string. If insecure
option is set in nova api-paste.ini, whatever it is 'true' or
'false', kwargs['verify'] will become False. This commit corrects
the condition expression. This patch is backported from
https://review.openstack.org/#/c/113191/

Change-Id: I91db8e1cb39c017167a4160079846ac7c0663b03
Closes-Bug: 1353315
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the existing code, self.ssl_insecure is a string. If insecure
option is set in nova api-paste.ini, whatever it is 'true' or
'false', kwargs['verify'] will become False. This commit corrects
the condition expression. This patch is backported from
https://review.openstack.org/#/c/113191/

Change-Id: I91db8e1cb39c017167a4160079846ac7c0663b03
Closes-Bug: 1353315
</pre>
</div>
</content>
</entry>
<entry>
<title>Hash for PKIZ</title>
<updated>2014-08-21T19:14:30+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2014-08-15T20:37:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=eb54dfa3f7ef89502e723d4ade41d8930ffb48d5'/>
<id>eb54dfa3f7ef89502e723d4ade41d8930ffb48d5</id>
<content type='text'>
Only PKI (asn1) based tokens were checked for format and hashed

Closes-Bug: 1355125

SecurityImpact

Change-Id: Iefedde7f168e2ff1870905041fa95301934452e5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only PKI (asn1) based tokens were checked for format and hashed

Closes-Bug: 1355125

SecurityImpact

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