-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conditional update methods for
AccessList
and `AccessListMember…
…s` (#40036) * Add conditional update methods for `AccessList` and `AccessListMembers` This PR adds two new methods for conditinally update an AccessList and AccessListMember resources to avoid overriding changed resources. This is a preparation for a ineligible status reconciler. Signed-off-by: Tiago Silva <[email protected]> * Update lib/services/simple/access_list.go Co-authored-by: rosstimothy <[email protected]> * handle review comments and drop copy methods * simplify code --------- Signed-off-by: Tiago Silva <[email protected]> Co-authored-by: rosstimothy <[email protected]>
- Loading branch information
1 parent
111a07a
commit 56fc2fa
Showing
15 changed files
with
1,324 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,070 changes: 613 additions & 457 deletions
1,070
api/gen/proto/go/teleport/accesslist/v1/accesslist_service.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
78 changes: 78 additions & 0 deletions
78
api/gen/proto/go/teleport/accesslist/v1/accesslist_service_grpc.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.