mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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.
1 line
121 B
Markdown
1 line
121 B
Markdown
Fix vault module doesn't respect `server.verify` option during unwrap if verify is set to `False` or CA file on the disk
|