You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Add the permission check when receiving client messages, return AuthorizationViolation if a messaged is
received from a non authorized client and close the connection.
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. :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 text was updated successfully, but these errors were encountered: