Running the Bitcoin Core at a university for research purposes. Researchers use RPC to have an access to the Bitcoin Core via a LAN. Their credentials are stored in the bitcoin.conf file as pairs of rpcallowip=<ip> and rpcauth=<userpw> options.
From the Core operator's point of view, it seems two features are a feature is missing:
- an ability to add/remove
-rpcallowipand-rpcauthoptions without the Bitcoin Core restart preventing to stop the Bitcoin Core from a remote machine bybitcoin-cli stop(a special case of a more general #12248)