bifrost/releasenotes/notes/global-rpc-b399d65310367951.yaml
Dmitry Tantsur 3b61371960 Stop exposing JSON RPC to the whole network
It's an internal thing and should only be exposed externally in
a multi-node setting (which is rare with Bifrost).

Limiting it to localhost allows not using TLS on it, which helps
avoiding eventlet issues and improves performance.

Change-Id: I9dcefa386cda855f296100477aecc528a294048f
2021-11-30 13:28:20 +01:00

7 lines
220 B
YAML

---
upgrade:
- |
JSON RPC is now available only on localhost and without TLS. If you need
it exposed to the network (i.e. you're using Bifrost in a multi-node
setting), set ``expose_json_rpc`` to ``true``.