lp:~billy-olsen/charm-haproxy/octet-string

Created by Billy Olsen and last modified
Get this branch:
bzr branch lp:~billy-olsen/charm-haproxy/octet-string
Only Billy Olsen can upload to this branch. If you are Billy Olsen please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Billy Olsen
Project:
charm-haproxy
Status:
Merged

Recent revisions

122. By Billy Olsen

Update for code review comments

121. By Billy Olsen

Cleanup code a bit and update method description.

120. By Billy Olsen

Add trusty support for parsing octetstring into string.

This is necessary since ipaddress doesn't exist in trust, need to
include the ipaddr module and parse slightly differently.

119. By Billy Olsen

Convert the subjectAltName into an IP Address for comparison.

Convert the subjectAltName component to an IP Address and then
cast to a string prior to comparing to adding it to the set of
IP addresses found in the self-signed certificate properies.
Casting it directly to a str doesn't work as it is an OctetString
type and presents the data as the raw bytes of an IP address.

The ipaddress library already has the capability of parsing the
octet string bytes into an IP address and handles both IPv4 and
IPv6 forms.

118. By Simon Davy

Add an empty default for service_options.

This means that you can deploy haproxy with a services config that specifies service_host/service_port, but not options. This allows the relation to specify options, but the haproxy services config can specify ports.

Reviewed-on: https://code.launchpad.net/~bloodearnest/charm-haproxy/make-service-options-optional/+merge/321567
Reviewed-by: Nick Moffitt <email address hidden>
Reviewed-by: Adam Collard <email address hidden>

117. By Simon Poirier

use IP in self-signed subjectAltName

Reviewed-on: https://code.launchpad.net/~simpoir/charm-haproxy/ip-selfsigned/+merge/349258
Reviewed-by: Nick Moffitt <email address hidden>

116. By Junien F

allow detection of IPv6 addresses in "bind" stanzas

115. By Xav Paice

add extra-bindings

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-haproxy/add-bindings/+merge/348029
Reviewed-by: Paul Gear <email address hidden>

114. By Joel Sing

Allow the haproxy charm to be used with externally managed certificates.

Reviewed-on: https://code.launchpad.net/~jsing/charm-haproxy/haproxy-external-certs/+merge/347598
Reviewed-by: Tom Haddon <email address hidden>

113. By Alexandre Gomes

[mthaddon, r=alejdg] Add support for bionic

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:charm-haproxy
This branch contains Public information 
Everyone can see this information.

Subscribers