feat: Control API uses automatic cross-pinning mTLS (Closes #119)
. kapow server generates on startup a pair of certificates that will use to secure communications to its control server. It will communicate the server and client certificates as well as the client private key to the init programs it launches, via environment variables. . kapow server now understands a new flag --control-reachable-addr which accepts either a IP address or a DNS name, that can be used to ensure that the generated server certificate will be appropiate in case the control server must be accessed from something other than localhost. Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
@@ -16,16 +16,20 @@ By default it binds to address ``0.0.0.0`` and port ``8080``, but that can be
|
||||
changed via the ``--bind`` flag.
|
||||
|
||||
|
||||
.. _http-control-interface:
|
||||
.. _https-control-interface:
|
||||
|
||||
HTTP Control Interface
|
||||
----------------------
|
||||
HTTPS Control Interface
|
||||
-----------------------
|
||||
|
||||
The `HTTP Control Interface` is used by the command ``kapow route`` to
|
||||
The `HTTPS Control Interface` is used by the command ``kapow route`` to
|
||||
administer the list of system routes.
|
||||
|
||||
This interface uses mTLS by default (double-pinned autogenerated certs).
|
||||
|
||||
By default it binds to address ``127.0.0.1`` and port ``8081``, but that can be
|
||||
changed via the ``--control-bind`` flag.
|
||||
changed via the ``--control-bind`` flag. If this is the case, consider
|
||||
also ``--control-reachable-addr`` which will configure the autogenerated
|
||||
certificate to match that address.
|
||||
|
||||
|
||||
.. _http-data-interface:
|
||||
|
||||
Reference in New Issue
Block a user