mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Support unix socket with urls/uri (#43560)
* First pass at allowing unix socket with urls/uri. See #42341 * Only insert handler as needed * Fix and add tests * Add HTTPS functionality for unix sockets * Additional test fixes * Create context manager for monkey patching HTTPConnection.connect, de-dupe code, raise better errors * doc * Add a few more tests * Fix __call__ * Remove unused import * Patch HTTPConnection.connect with the functionality we want, instead of duplicating code and disabling * Fix var name * Remove unused var * Add changelog fragment * Update uri docs * Fix rebase indentation issue
This commit is contained in:
2
changelogs/fragments/uri-unix-socket.yml
Normal file
2
changelogs/fragments/uri-unix-socket.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- uri/urls - Support unix domain sockets (https://github.com/ansible/ansible/pull/43560)
|
||||
Reference in New Issue
Block a user