deb-sahara/releasenotes/notes/api-insecure-cbd4fd5da71b29a3.yaml
Vitaly Gridnev c1d3149c1e honor api_insecure parameters
Verify and api_insecure have different meanings.
If api_insecure set to False, it means that valid certificate
should be provided. Otherwise, common insecure session can be
used.

We will continue sharing sessions when it's possible. For
that purpose we will introduce insecure session.

Change-Id: I4ed0a505d5c28f96c4b1d6be263a3091844c9489
Closes-bug: 1539498
Related-bug: 1517918
2016-02-18 06:07:02 +00:00

4 lines
76 B
YAML

---
fixes:
- Fixed api_insecure handling in sessions. Closed bug 1539498.