short "for whom it may concern": When you update `...
# spicedb
d
short "for whom it may concern": When you update
authzed-go
to v0.8 and you used
*v1.LookupSubjectsResponse
,
resp.SubjectObjectId
is now marked deprecated. You wanna use
resp.Subject.SubjectObjectId
instead. The release notes don't quite show that (but your linter should fail) 🙂 see example PR here: https://github.com/RedHatInsights/authz/pull/130/files#diff-4ebad1e00f0348022f44dd75c5fd3f9ff5ad4d620cbfc9592350ae23a699a2d1L286-R286