Skip to content

Commit

Permalink
flag to check domain-based memberships (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
passichenko authored May 23, 2024
1 parent 7510d37 commit 9de7e73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/lekko/bff/v1beta1/bff.proto
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@ message ListTeamMembershipsResponse {
repeated Membership memberships = 1;
}

message ListUserMembershipsRequest {}
message ListUserMembershipsRequest {
bool check_domain_based_memberships = 1;
}

message ListUserMembershipsResponse {
repeated Membership memberships = 1;
Expand Down

0 comments on commit 9de7e73

Please sign in to comment.