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
fix(decomposedfs): merge service account permissions with node grants
Service accounts short-circuited to ServiceAccountPermissions and ignored
grants on the node (e.g. the SpaceManager grant a creator gets on project
space creation), so the initial creator share was denied and the space
rolled back with CODE_INTERNAL. Read the grants first, then merge the
service account defaults on top.
0 commit comments