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

add manager field to simplify multi service management #292

Merged
merged 1 commit into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. add manager field to simplify multi service management

    This adds a manager field to roles and role bindings allowing services
    to mark the manager of a specific role / role binding.
    
    This allows the managing service to easily filter out unmanaged roles / role bindings
    which it does not own which allows for cleaner logic for reconciling roles/role bindings.
    
    Both roles and role binding create requests can provide an optional `manager` field
    and role / role binding list endpoints can now be provided an optional `manager` query value.
    
    Signed-off-by: Mike Mason <[email protected]>
    mikemrm committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e49f678 View commit details
    Browse the repository at this point in the history