-
Notifications
You must be signed in to change notification settings - Fork 157
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
BED-5268: Tiering create selector #1211
Conversation
tiering selectors.
allowed cypher query complexity. All previously existing calls to it have been updated to use MaxQueryComplexityWeightAllowed so the overall behavior is unchanged.
Fixed unit test of CreateAssetGroupLabel()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is nearly there, mostly naming nits but blocked for migration change and a few missing considerations
…Ops/BloodHound into BED-5268-Tiering-Create-Selector
b2ff321
to
860d6db
Compare
Add position and auto_certify to the automatic Tier zero insertion.
v7.2.0.sql.
field. Validate that all selector seeds are of the same type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate the patience with the feedback, code LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this all looks good!
Description
Implement the
api/v2/asset-group-labels/{%s}/selectors
endpoint.Motivation and Context
This PR addresses: https://specterops.atlassian.net/browse/BED-5268
How Has This Been Tested?
Added unit tests for resource and database methods. Tested that the endpoint works using bruno.
Screenshots (optional):
Types of changes
Checklist: