Skip to content

Logging of incoming and outgoing messages from other IDS infrastructure components #2644

Answered by jimmarino
tmberthold asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think this should be part of the core repository or encouraged as a best practice:

  1. The broker is not part of the IDS Dataspaces Protocol. The Catalog specifications have superseded the broker concept.
  2. Sensitive information may be contained in incoming and outgoing messages.
  3. Monitoring is not the correct place to intercept ingress and egress points in the runtime.

If you want to send some type of audit event, the eventing system is the correct place to do this. If you are interested in recording messages for debugging purposes, Jersey filters and OkHttp interceptors are the way to go.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tmberthold
Comment options

tmberthold Mar 28, 2023
Collaborator Author

Answer selected by tmberthold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants