Merge lp://staging/~mthaddon/charm-haproxy/lp-2030726 into lp://staging/charm-haproxy
Proposed by
Tom Haddon
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | 🤖 Canonical IS Review Bot | ||||
Approved revision: | 161 | ||||
Merged at revision: | 161 | ||||
Proposed branch: | lp://staging/~mthaddon/charm-haproxy/lp-2030726 | ||||
Merge into: | lp://staging/charm-haproxy | ||||
Diff against target: |
12 lines (+1/-1) 1 file modified
hooks/hooks.py (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~mthaddon/charm-haproxy/lp-2030726 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
🤖 Canonical IS Review Bot | Approve | ||
Canonical IS Reviewers | Pending | ||
Review via email: mp+448760@code.staging.launchpad.net |
Commit message
Ensure content of self-signed cert is correctly encoded lp#2030726
Description of the change
Ensure content of self-signed cert is correctly encoded lp#2030726.
If we're not using a self-signed cert the `content` is generated with `base64.b64decode` which returns bytes rather than a string, so make sure content is generated consistently here.
I've tested this by deploying haproxy (with ssl_cert=
To post a comment you must log in.
This merge proposal is being monitored by mergebot. Change the status to Approved to merge.