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

Consider project hierarchy in profile evaluation #3499

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Commits on Jun 3, 2024

  1. Consider project hierarchy in profile evaluation

    This makes it so that profiles now take into account the project
    hierarchy when evaluating for an entity. That is, profiles that apply to
    the entity via the hierarchy (same project and parents) are evaluated
    when the executor gets an event.
    
    This iterates in steps, so the profile may only use rule types that
    exist in its same project. A Further iteration will also take the
    hierarchy into account when searching for rule types.
    
    Note that hierarchy operations are still under a feature flag, so this
    is not generally available.
    
    Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
    JAORMX committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d2ef175 View commit details
    Browse the repository at this point in the history