-
Notifications
You must be signed in to change notification settings - Fork 67
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
Audit log event “Flow Deployed” for Devices #3357
Audit log event “Flow Deployed” for Devices #3357
Comments
While implementing this I noted there was no infrastructure for sending the Node-RED generated audit events like there are in the project/instance node-reds - contrary to what I believed when reading the comments of issue #3268 - I (wrongly) assumed since this Issue was asking for the addition of 1 more thing (Flow Deployed) that the pathway to capture node-red raised audit entries was already in-place - this is not the case. So, in introducing this pathway we automatically get additional audit log entries (on top of just "Flow Deployed") This left me 2 choices:
I guess I am asking is it OK that we keep all logging so as to align the device agent with the instance node-reds and accept the same level of audit logging? It is my strong preference to keep all of the device generated audit entries and thus achieve parity between devices & instances. |
For this iteration, it is just about, as you mentioned:
In a later iteration, we could add more events if there is a user demand for them. |
After further explanation and discussion, it has been determined that since the audit logs are already generated on the device but not transmitted to the FF platform, it would require additional code and effort to stop the existing events from being sent. Therefore, we can simply replicate the behavior of instances to avoid extra work on the Launcher side. |
@MarianRaphael I updated the OP to include acceptance criteria - please revise as you see fit. I also added a task for Change Log - however, does this actually warrant a changelog entry 🤔 |
Yes a changelog entry would be great |
Description
Introduce a way to publish an Audit log Event from a Device to the FlowFuse Device Audit log.
Scope
Which customers would this be available to
Everyone - CE/Starter/Team/Enterprise
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
Acceptance Criteria
* Changelog Entry for Device Audit Log improvements website#1638
The text was updated successfully, but these errors were encountered: