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

User created observable source context #1008

Open
udgover opened this issue Feb 5, 2024 · 1 comment
Open

User created observable source context #1008

udgover opened this issue Feb 5, 2024 · 1 comment

Comments

@udgover
Copy link
Collaborator

udgover commented Feb 5, 2024

When users add new observables, it's correctly impossible to know who created them from the UI. The information is available from audit logs but it would help having the information as well in the UI. In order to do so, we need to add username as source in observable context like already done by feeds.

@udgover udgover changed the title Observable creation context User created observable source context Feb 5, 2024
@tomchop
Copy link
Collaborator

tomchop commented Feb 5, 2024

Leveraging Audit logs sounds like a quick win as they are stored in a arango collection, and have a target from which we can extract an object ID. This could provide some initial context, but only for objects create from the API, and wouldn't reflect internal changes (e.g. feeds or analytics); although that could also be changed

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

2 participants