ironic-inspector/releasenotes/notes/unix-socket-2f4281f8db5dd80a.yaml
Dmitry Tantsur 3ebfdf05e1 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.

Change-Id: I37b762cca035b5855deb92635c29e8eb97a87c20
2022-02-01 10:30:11 +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.