sawtooth-core
sawtooth-core copied to clipboard
Implement sawtooth.authorization.client permissioning
Add the permission check when receiving client messages, return AuthorizationViolation if a messaged is received from a non authorized client and close the connection.
(Duplicated by https://jira.hyperledger.org/browse/STL-532)
The use-case for this is consortium-based networks where a small number of members run nodes but a large number of other members submit transactions to those nodes but are not associated directly with any particular node.
Hi @agunde406 and @vaporos ! If this implementation needs to be done in Rust, I would love to take this up. However, I'm not very familiar with the codebase, so I would need just a little bit of guidance. :)