Skip to content

Add filtering by teams to the GH identity provider

Administrator requested to merge mv/support-filter-by-teams into main

Created by: miveronese

Issue #34921 (closed)

This PR adds support for GitHub teams during the auth flow for the GH auth provider.

  • It introduces a new config structure allowOrgsMap that allow customers to restrict user access based on GitHub OrgName > Team Name
  • It doesn't support subteams inheritance, which means that only members of the listed teams will be granted access.

Test plan

Merge request reports

Loading