exonum-java-binding icon indicating copy to clipboard operation
exonum-java-binding copied to clipboard

Interceptor (filter) for /api/explorer

Open lifeandfree opened this issue 6 years ago • 3 comments

Required for example to authenticate by token

lifeandfree avatar Dec 26 '18 15:12 lifeandfree

Could you please explain your question and provide more details?

bullet-tooth avatar Dec 26 '18 21:12 bullet-tooth

Roman knows what that means. He asked to start a task. The conversation was in gitter

lifeandfree avatar Dec 27 '18 06:12 lifeandfree

In exonum java binding, include something like an interceptor (filter) for the monitoring API (/api/explorer/, /api/system/). So that only after passing through this filter, methods including the info method of the transaction are called. This is a private blockchain and I want to close access for unauthorized persons (for example, install authentication service on a token for example), but at the same time that the blockchain has an external ip address

lifeandfree avatar Dec 27 '18 06:12 lifeandfree