sawtooth-core icon indicating copy to clipboard operation
sawtooth-core copied to clipboard

Implement sawtooth.authorization.client permissioning

Open agunde406 opened this issue 3 years ago • 2 comments

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)

agunde406 avatar May 24 '21 20:05 agunde406

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.

vaporos avatar May 24 '21 20:05 vaporos

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. :)

whereistejas avatar Jun 01 '21 08:06 whereistejas