Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to receive Audit messages #329

Closed
ohr opened this issue Oct 22, 2020 · 1 comment
Closed

Allow to receive Audit messages #329

ohr opened this issue Oct 22, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@ohr
Copy link
Member

ohr commented Oct 22, 2020

Provide ability to receive syslog audit messages (TLS, UDP) and to parse them

@ohr ohr added this to the IPF 4.0 milestone Oct 22, 2020
@ohr ohr self-assigned this Oct 22, 2020
ohr pushed a commit that referenced this issue Oct 22, 2020
@ohr
Copy link
Member Author

ohr commented Oct 22, 2020

Added TLS and UDP SyslogServer implementations to ipf-commons-audit module.

Must include the following dependencies to work with the servers:

        <dependency>
            <groupId>io.projectreactor.netty</groupId>
            <artifactId>reactor-netty</artifactId>
        </dependency>
        <dependency>
            <groupId>com.github.palindromicity</groupId>
            <artifactId>simple-syslog-5424</artifactId>
        </dependency>

Also, DICOMAuditParser allows to parse (and optionally validate) XML-formatted ATNA message that was written with the DICOM2017c (default) SerializationStrategy.

ohr pushed a commit that referenced this issue Oct 30, 2020
Update versions for Camel, Groovy, Netty, Reactor-Netty, Spring Boot, Spring, HttpClient
ohr pushed a commit that referenced this issue Nov 17, 2020
Update CXF and Spring (Boot) versions
ohr pushed a commit that referenced this issue Nov 19, 2020
@ohr ohr added feature and removed improvement labels Dec 10, 2020
@ohr ohr closed this as completed Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant