Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4440)

Issue 5934054: Enable ssl-hostname-verification config option for ec2 provider

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by SpamapS
Modified:
12 years ago
Reviewers:
mp+99772, hazmat
Visibility:
Public.

Description

Enable ssl-hostname-verification config option for ec2 provider Enable ssl-hostname-verification config option for ec2 provider https://code.launchpad.net/~clint-fewbar/juju/add-ssl-cert-verification/+merge/99772 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 2

Patch Set 2 : Enable ssl-hostname-verification config option for ec2 provider #

Total comments: 6

Patch Set 3 : Enable ssl-hostname-verification config option for ec2 provider #

Total comments: 7

Patch Set 4 : Enable ssl-hostname-verification config option for ec2 provider #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -20 lines) Patch
A [revision details] View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M juju/environment/config.py View 1 2 chunks +6 lines, -1 line 0 comments Download
M juju/environment/tests/test_config.py View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M juju/errors.py View 1 chunk +10 lines, -0 lines 0 comments Download
M juju/providers/ec2/__init__.py View 1 2 3 3 chunks +23 lines, -1 line 0 comments Download
M juju/providers/ec2/files.py View 2 chunks +5 lines, -2 lines 0 comments Download
M juju/providers/ec2/tests/common.py View 1 chunk +2 lines, -0 lines 0 comments Download
M juju/providers/ec2/tests/test_files.py View 2 chunks +18 lines, -1 line 0 comments Download
M juju/providers/ec2/tests/test_provider.py View 1 2 3 2 chunks +54 lines, -0 lines 0 comments Download
M juju/providers/ec2/tests/test_utils.py View 1 2 3 11 chunks +50 lines, -10 lines 0 comments Download
M juju/providers/ec2/utils.py View 1 2 3 5 chunks +19 lines, -4 lines 0 comments Download
M juju/tests/test_errors.py View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 11
SpamapS
Please take a look.
12 years, 1 month ago (2012-03-28 16:07:39 UTC) #1
hazmat
lgtm, thanks https://codereview.appspot.com/5934054/diff/1/juju/providers/ec2/__init__.py File juju/providers/ec2/__init__.py (right): https://codereview.appspot.com/5934054/diff/1/juju/providers/ec2/__init__.py#newcode12 juju/providers/ec2/__init__.py:12: have_txaws_ssl = False This should import the ...
12 years, 1 month ago (2012-03-28 16:26:45 UTC) #2
hazmat
following up from irc to be added, log if not verifying hosts, and generate new ...
12 years, 1 month ago (2012-03-28 16:34:17 UTC) #3
SpamapS
Please take a look.
12 years, 1 month ago (2012-03-28 18:25:27 UTC) #4
hazmat
the env schema work needs some verification, and some other minors, else LGTM https://codereview.appspot.com/5934054/diff/13/juju/environment/config.py File ...
12 years, 1 month ago (2012-03-28 18:32:42 UTC) #5
SpamapS
https://codereview.appspot.com/5934054/diff/13/juju/providers/ec2/__init__.py File juju/providers/ec2/__init__.py (right): https://codereview.appspot.com/5934054/diff/13/juju/providers/ec2/__init__.py#newcode42 juju/providers/ec2/__init__.py:42: if have_txaws_ssl and self.config.get("ssl-hostname-verification", False): On 2012/03/28 18:32:42, hazmat ...
12 years, 1 month ago (2012-03-28 19:30:54 UTC) #6
SpamapS
Please take a look.
12 years, 1 month ago (2012-03-28 19:31:43 UTC) #7
hazmat
LGTM, some minors. https://codereview.appspot.com/5934054/diff/4004/juju/providers/ec2/__init__.py File juju/providers/ec2/__init__.py (right): https://codereview.appspot.com/5934054/diff/4004/juju/providers/ec2/__init__.py#newcode42 juju/providers/ec2/__init__.py:42: self._service.ec2_endpoint.ssl_hostname_verification=True style syntax is space between ...
12 years, 1 month ago (2012-03-28 22:56:58 UTC) #8
SpamapS
Minors all addressed in next push https://codereview.appspot.com/5934054/diff/4004/juju/providers/ec2/__init__.py File juju/providers/ec2/__init__.py (right): https://codereview.appspot.com/5934054/diff/4004/juju/providers/ec2/__init__.py#newcode42 juju/providers/ec2/__init__.py:42: self._service.ec2_endpoint.ssl_hostname_verification=True On 2012/03/28 ...
12 years, 1 month ago (2012-03-29 23:34:17 UTC) #9
SpamapS
Please take a look.
12 years, 1 month ago (2012-03-29 23:35:00 UTC) #10
hazmat
12 years ago (2012-04-05 00:36:51 UTC) #11
On 2012/03/29 23:35:00, superamazingdude wrote:
> Please take a look.

LGTM, i'd like to see the default config that's written include the ssl check
defaulted to on.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b