ironic/releasenotes/notes/unix-socket-48e8f1caf4cb19f9.yaml
Dmitry Tantsur 358b6eac40 Support listening on a Unix socket
When using nginx to terminate TLS (like it's done in Bifrost), it's more
secure to use a Unix socket for communication, so that local users
cannot access plain text communication.

Copies Inspector change I37b762cca035b5855deb92635c29e8eb97a87c20.

Change-Id: If00e5a3537b8fbaae3fa01f71bd515399464da36
2022-02-09 11:32:44 +01:00

6 lines
160 B
YAML

---
features:
- |
Supports listening on a Unix socket instead of a normal TCP socket.
This is useful with an HTTP server such as nginx in proxy mode.