mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00

Currently VaultClient.unwrap is doing own request call without respecting verify option. Any other function is reusing self.request or self.raw_request function which are respecting correctly verify opt. This will change unwrap function to also utilize self.post() which is reusing self.request.
121 B
121 B
Fix vault module doesn't respect server.verify
option during unwrap if verify is set to False
or CA file on the disk