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 Group Memberships #323

Merged
merged 11 commits into from
Sep 30, 2024
Merged

Conversation

bailinhe
Copy link
Contributor

@bailinhe bailinhe commented Sep 19, 2024

store and query group memberships in Identity APIs, continue works on #312

  • add group members
  • list group members
  • put group members
  • remove group members
  • query groups a user is member of
  • query groups current user (/userinfo) is member of

internal/storage/groups.go Fixed Show fixed Hide fixed
openapi-v1.yaml Fixed Show fixed Hide fixed
internal/api/httpsrv/handler_group_members.go Dismissed Show dismissed Hide dismissed
pkg/api/v1/paginate_group_members.go Dismissed Show dismissed Hide dismissed
pkg/api/v1/paginate_user_groups.go Dismissed Show dismissed Hide dismissed
@bailinhe bailinhe marked this pull request as ready for review September 24, 2024 16:01
@bailinhe bailinhe requested review from a team as code owners September 24, 2024 16:01
Signed-off-by: Bailin He <[email protected]>
Signed-off-by: Bailin He <[email protected]>
Signed-off-by: Bailin He <[email protected]>
Signed-off-by: Bailin He <[email protected]>
* fix some names
* return only group IDs on list-user-groups

Signed-off-by: Bailin He <[email protected]>
Signed-off-by: Bailin He <[email protected]>
internal/api/httpsrv/handler_group_members.go Outdated Show resolved Hide resolved
internal/types/groups.go Outdated Show resolved Hide resolved
openapi-v1.yaml Outdated Show resolved Hide resolved
pkg/api/v1/paginate_group_members.go Outdated Show resolved Hide resolved
pkg/api/v1/paginate_user_groups.go Outdated Show resolved Hide resolved
bailinhe and others added 2 commits September 30, 2024 12:33
Co-authored-by: Mike Mason <[email protected]>
Signed-off-by: Bailin He <[email protected]>
Signed-off-by: Bailin He <[email protected]>
@bailinhe bailinhe merged commit f7ab15a into infratographer:main Sep 30, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants