mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Hi @firezone/engineering , this is the following of https://github.com/firezone/firezone/pull/6649 I forgot that people can be member of multiple OUs, this PR aims to add support for this. Imagine I have this OU architecture in my google workspace: ```mermaid flowchart TD A[Employees] --> B[Engineering] A --> C[HR] B --> D[Devs] B --> E[Ops] D --> F{me} ``` Currently in Firezone, I will only be a member of the Firezone Group `OU: Devs`. With this PR: I will be a member of `OU: Devs`, `OU: Engineering` and `OU: Employees` Co-authored-by: Antoine <antoinelabarussias@gmail.com>