python-manilaclient/releasenotes/notes/bug-1999775-add-os-key-0cfc95c7b480df05.yaml
Maurice Escher 43943fdf67 Support --os-key option
keystoneclient Session expects as cert argument, one of the followings:
 * None (no client certificate),
 * a path to client certificate,
 * a tuple with client certificate/key paths.

The change updates manilaclient code to support the last case (ie:
os_cert and os_key are non-empty) with the --os-key option
and OS_KEY environment variable.

Closes-Bug: #1999775
Change-Id: I09313b7c55a5f9d4ec032a37e69a1d79db29d648
2022-12-22 16:54:57 +00:00

6 lines
149 B
YAML

---
fixes:
- |
Support --os-key option and OS_KEY environment variable which allows to
provide client cert and its private key separately.