Commit Graph

6 Commits

Author SHA1 Message Date
Nathnael
da08a9b085 fix(auth): list every route key on the class-level guard
Nest runs class and method guards together, so a class gate naming only
the view key silently required view AND action. Staff granted just an
action were denied before their key was checked. Each class gate now
names every key its routes use, and FleetView accepts an array so the
fleet controllers keep their coarse fallback.

Drops the one-off grant mapping SQL with it: already applied to dev, and
this fix removes the companion-view rule that was its recurring part.
2026-08-07 08:43:20 +00:00
Marshal
41fe04652f fix issue 2026-07-16 00:33:31 +00:00
natib21
b300fd1de5 user permition 2026-07-07 10:00:48 +00:00
natib21
42710261e2 fix 2026-07-06 13:49:30 +00:00
natib21
0e6ebda6f6 fix 2026-07-03 15:21:23 +00:00
natib21
fc702f0fbe driver 2026-06-18 09:46:35 +00:00