salt/changelog/66213.fixed.md
Hristo Voyvodov 7c9305418c Fixing vault client unwrap function to respect server.verify option.
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.
2024-10-21 14:25:43 -07:00

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