Slackbot
04/12/2023, 5:33 AMOr Weis
04/12/2023, 7:09 AMMaurice Brand-Freitag
04/12/2023, 7:24 AMdata.tenants["tenantA"].users["userA"]
. When changes to policy relevant data happen we call the data update API on the OPAL server. This works fine when updating data incrementally, question is, if there is a way to remove data from OPA. Using PATCH would still leave the empty user within the data set.Or Weis
04/12/2023, 7:31 AMdata/tenants/tenantA/users/userA
would produce the right outcome
https://www.rfc-editor.org/rfc/rfc6902#section-4.2Or Weis
04/12/2023, 7:34 AMMaurice Brand-Freitag
04/12/2023, 7:36 AMMaurice Brand-Freitag
04/12/2023, 7:55 AMOr Weis
04/12/2023, 8:04 AM