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

[Feature request] Add an artifact filter for Basic artifacts #3444

Open
predictiple opened this issue Apr 23, 2024 · 0 comments
Open

[Feature request] Add an artifact filter for Basic artifacts #3444

predictiple opened this issue Apr 23, 2024 · 0 comments

Comments

@predictiple
Copy link
Contributor

Artifact metadata was added in #3074. Currently "hidden" and "basic" are available fields. The basic field is associated with the COLLECT_BASIC permission, which allows designated artifacts to be run by users with this limited permission.

We can use a VQL query to see which artifacts are set as basic but in the GUI's Artifact Viewer there is no visual indication of which artifacts have been set as basic. It would be useful to have a view filter that showed only "basic" artifacts.

I have looked at the code in api/artifacts.go and there already seems to be some logic related to the "hidden" metadata property. Unfortunately I don't have the skills to follow all the logic needed to implement such a feature. But hopefully this means that most of it can be derived from already-existing code.

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

No branches or pull requests

1 participant