[Sts-sponsors] [Bug 1820083] Re: TLS params not set for session

2021-02-25 Thread Heather Lemon
attached format-patch unit test changes ** Patch added: "0001-create-new-unit-test-for-https-etcd-server.patch" https://bugs.launchpad.net/ubuntu/focal/+source/python-etcd3gw/+bug/1820083/+attachment/5467263/+files/0001-create-new-unit-test-for-https-etcd-server.patch ** Description changed:

[Sts-sponsors] [Bug 1820083] Re: TLS params not set for session

2021-02-25 Thread Heather Lemon
updated unit test code ** Attachment added: "test_client.py" https://bugs.launchpad.net/ubuntu/focal/+source/python-etcd3gw/+bug/1820083/+attachment/5467262/+files/test_client.py -- You received this bug notification because you are a member of STS Sponsors, which is subscribed to the bug re

[Sts-sponsors] [Bug 1820083] Re: TLS params not set for session

2021-02-25 Thread Heather Lemon
# Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software

[Sts-sponsors] [Bug 1820083] Re: TLS params not set for session

2021-02-25 Thread Heather Lemon
** Description changed: [Impact] A connection session is opened, but the TLS parameters (timeout, ca, cert and key) are not actually set for the session. This prevents use of TLS. [Test Plan] # Create self signed certs openssl req -x509 -out localhost.crt -keyout localho

[Sts-sponsors] [Merge] ~halves/ubuntu/+source/zfs-linux:lp1916486-groovy into ubuntu/+source/zfs-linux:ubuntu/groovy-devel

2021-02-25 Thread Heitor Alves de Siqueira
Heitor Alves de Siqueira has proposed merging ~halves/ubuntu/+source/zfs-linux:lp1916486-groovy into ubuntu/+source/zfs-linux:ubuntu/groovy-devel. Requested reviews: STS Sponsors (sts-sponsors) Colin Ian King (colin-king) Related bugs: Bug #1916486 in zfs-linux (Ubuntu): "zfs_zrele_async c

[Sts-sponsors] [Merge] ~halves/ubuntu/+source/zfs-linux:lp1916486-groovy into ubuntu/+source/zfs-linux:ubuntu/groovy-devel

2021-02-25 Thread Heitor Alves de Siqueira
You have been requested to review the proposed merge of ~halves/ubuntu/+source/zfs-linux:lp1916486-groovy into ubuntu/+source/zfs-linux:ubuntu/groovy-devel. For more details, see: https://code.launchpad.net/~halves/ubuntu/+source/zfs-linux/+git/zfs-linux/+merge/398743 -- Your team STS Sponso

[Sts-sponsors] [Merge] ~halves/ubuntu/+source/zfs-linux:lp1916486-focal into ubuntu/+source/zfs-linux:ubuntu/focal-devel

2021-02-25 Thread Heitor Alves de Siqueira
Heitor Alves de Siqueira has proposed merging ~halves/ubuntu/+source/zfs-linux:lp1916486-focal into ubuntu/+source/zfs-linux:ubuntu/focal-devel. Requested reviews: STS Sponsors (sts-sponsors) Colin Ian King (colin-king) Related bugs: Bug #1916486 in zfs-linux (Ubuntu): "zfs_zrele_async can

[Sts-sponsors] [Merge] ~halves/ubuntu/+source/zfs-linux:lp1916486-focal into ubuntu/+source/zfs-linux:ubuntu/focal-devel

2021-02-25 Thread Heitor Alves de Siqueira
You have been requested to review the proposed merge of ~halves/ubuntu/+source/zfs-linux:lp1916486-focal into ubuntu/+source/zfs-linux:ubuntu/focal-devel. For more details, see: https://code.launchpad.net/~halves/ubuntu/+source/zfs-linux/+git/zfs-linux/+merge/398741 -- Your team STS Sponsors

[Sts-sponsors] [Merge] ~halves/ubuntu/+source/zfs-linux:lp1916486-bionic into ubuntu/+source/zfs-linux:ubuntu/bionic-devel

2021-02-25 Thread Heitor Alves de Siqueira
Heitor Alves de Siqueira has proposed merging ~halves/ubuntu/+source/zfs-linux:lp1916486-bionic into ubuntu/+source/zfs-linux:ubuntu/bionic-devel. Requested reviews: STS Sponsors (sts-sponsors) Colin Ian King (colin-king) Related bugs: Bug #1916486 in zfs-linux (Ubuntu): "zfs_zrele_async c

[Sts-sponsors] [Merge] ~halves/ubuntu/+source/zfs-linux:lp1916486-bionic into ubuntu/+source/zfs-linux:ubuntu/bionic-devel

2021-02-25 Thread Heitor Alves de Siqueira
You have been requested to review the proposed merge of ~halves/ubuntu/+source/zfs-linux:lp1916486-bionic into ubuntu/+source/zfs-linux:ubuntu/bionic-devel. For more details, see: https://code.launchpad.net/~halves/ubuntu/+source/zfs-linux/+git/zfs-linux/+merge/398740 -- Your team STS Sponso

[Sts-sponsors] [Merge] ~halves/ubuntu/+source/zfs-linux:lp1916486-xenial into ubuntu/+source/zfs-linux:ubuntu/xenial-devel

2021-02-25 Thread Heitor Alves de Siqueira
You have been requested to review the proposed merge of ~halves/ubuntu/+source/zfs-linux:lp1916486-xenial into ubuntu/+source/zfs-linux:ubuntu/xenial-devel. For more details, see: https://code.launchpad.net/~halves/ubuntu/+source/zfs-linux/+git/zfs-linux/+merge/398738 -- Your team STS Sponso

[Sts-sponsors] [Bug 1820083] Re: TLS params not set for session

2021-02-25 Thread Heather Lemon
** Description changed: [Impact] A connection session is opened, but the TLS parameters (timeout, ca, cert and key) are not actually set for the session. This prevents use of TLS. [Test Plan] # Create self signed certs openssl req -x509 -out localhost.crt -keyout localho

[Sts-sponsors] [Bug 1820083] Re: TLS params not set for session

2021-02-25 Thread Heather Lemon
** Description changed: [Impact] A connection session is opened, but the TLS parameters (timeout, ca, cert and key) are not actually set for the session. This prevents use of TLS. [Test Plan] # Create self signed certs openssl req -x509 -out localhost.crt -keyout localho

[Sts-sponsors] [Bug 1820083] Re: TLS params not set for session

2021-02-25 Thread Heather Lemon
** Description changed: [Impact] A connection session is opened, but the TLS parameters (timeout, ca, cert and key) are not actually set for the session. This prevents use of TLS. [Test Plan] # Create self signed certs openssl req -x509 -out localhost.crt -keyout localho

[Sts-sponsors] [Bug 1820083] Re: TLS params not set for session

2021-02-25 Thread Heather Lemon
** Description changed: [Impact] A connection session is opened, but the TLS parameters (timeout, ca, cert and key) are not actually set for the session. This prevents use of TLS. - [Test Case] + [Test Plan] # Create self signed certs openssl req -x509 -out localhost.crt -