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

[Bug]: Audit event for project open not properly fired #4981

Open
sramazzina opened this issue Mar 4, 2025 · 0 comments
Open

[Bug]: Audit event for project open not properly fired #4981

sramazzina opened this issue Mar 4, 2025 · 0 comments

Comments

@sramazzina
Copy link
Contributor

Apache Hop version?

2.13.0-SNAPSHOT

Java version?

openjdk-17

Operating system

Linux

What happened?

Looking into a server where we have Hop running, I found that the <HOP_ROOT>/audit/hop-gui/project subdirectory was full of *-open.event.json files. Anyone of these files contains a reference to an event that stated the fact that a project's file has been opened.

Because of the following reasons:

  1. Hop processes are run only by using hop-run.sh
  2. The server doesn't have any GUI installed so hop-gui cannot be excuted at all

I expected that subdirectory must be empty. In my opinion that events must be registered only when a project is opened from hop-gui and must never be registered in all other cases. Therefore we suppose this is a bug that must be analized

Issue Priority

Priority: 3

Issue Component

Component: Hop Run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant