Finschia / ostracon

Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Apache License 2.0
70 stars 28 forks source link

Feat: IP allowlist for kms #684

Closed jaeseung-bae closed 10 months ago

jaeseung-bae commented 11 months ago

Summary

Need IP allowlist for KMS(key management system) connection in order to be more secure.

Problem Definition

Ostracon allows any connection from any nodes which might be malicious nodes.

Proposal

Allowlist can improve the secured connection between Ostracon and KMS


For Admin Use