mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: add auto group create from OIDC (#8884)
* add flag for auto create groups * fixup! add flag for auto create groups * sync missing groups Also added a regex filter to filter out groups that are not important
This commit is contained in:
@ -409,6 +409,7 @@ func convertGroup(g database.Group, users []database.User) codersdk.Group {
|
||||
AvatarURL: g.AvatarURL,
|
||||
QuotaAllowance: int(g.QuotaAllowance),
|
||||
Members: convertUsers(users, orgs),
|
||||
Source: codersdk.GroupSource(g.Source),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user