replace httplib.HTTPSConnection in EC2KeystoneAuth

Bug #1401078 reported by OpenStack Infra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Low
Tom Fifield

Bug Description

https://review.openstack.org/124296
commit cff14b3763df7515405552b56e96f11765c56c74
Author: melanie witt <email address hidden>
Date: Fri Sep 26 05:15:16 2014 +0000

    replace httplib.HTTPSConnection in EC2KeystoneAuth

    httplib.HTTPSConnection is known to not verify SSL certificates
    in Python 2.x. This change replaces use of httplib.HTTPSConnection
    with the requests module. It imports config settings related to SSL
    verification: ssl.key_file, ssl.cert_file, and ssl.ca_file. It also
    adds one config setting: keystone_ec2_insecure. By default, SSL
    verification is on, but can be disabled by setting:

    keystone_ec2_insecure=true

    This patch is based on the keystone middleware ec2 token patch:

    https://review.openstack.org/#/c/76476

    SecurityImpact
    DocImpact
    Closes-Bug: #1373992

    Change-Id: I8e46d41164e9478b820cad569ba82f25de244620

Revision history for this message
Tom Fifield (fifieldt) wrote :

This will be automatically picked up by the next run of the automatic config update tool

tags: added: autogenerate-config-docs
Changed in openstack-manuals:
milestone: none → kilo
status: New → Triaged
importance: Undecided → Low
Revision history for this message
Tom Fifield (fifieldt) wrote :

This was picked up by the recent autogenerate-config-doc run.

Changed in openstack-manuals:
assignee: nobody → Tom Fifield (fifieldt)
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.