diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2022-02-09 10:41:13 +0100 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2022-02-09 11:32:44 +0100 |
commit | 358b6eac404d0bab09290fbb9334f1a93e992e01 (patch) | |
tree | c2f6fbaf03893be4088351490f04177e9638ec5a /releasenotes | |
parent | a4a89d6b20a03e692e0550e3a34a97c7a63f266c (diff) | |
download | ironic-358b6eac404d0bab09290fbb9334f1a93e992e01.tar.gz |
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
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/unix-socket-48e8f1caf4cb19f9.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/unix-socket-48e8f1caf4cb19f9.yaml b/releasenotes/notes/unix-socket-48e8f1caf4cb19f9.yaml new file mode 100644 index 000000000..14fefaf73 --- /dev/null +++ b/releasenotes/notes/unix-socket-48e8f1caf4cb19f9.yaml @@ -0,0 +1,5 @@ +--- +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. |