You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in clients/group.go is very inefficient and can be cleaned up a lot. Rather than make a whole bunch of requests to Keto we can perform the entire change set with a single call to c.KetoClient.TransactTuples() with all the tuples that should be added or removed. This is currently what is being done in clients/observabilitytenant.go.
The text was updated successfully, but these errors were encountered:
The code in
clients/group.go
is very inefficient and can be cleaned up a lot. Rather than make a whole bunch of requests to Keto we can perform the entire change set with a single call toc.KetoClient.TransactTuples()
with all the tuples that should be added or removed. This is currently what is being done inclients/observabilitytenant.go
.The text was updated successfully, but these errors were encountered: