fix(rbac): enforce operational permission parity (#1736)

This commit is contained in:
Anso
2026-07-29 22:02:53 -04:00
committed by GitHub
parent a65bf4d46a
commit c704cb54d2
68 changed files with 708 additions and 232 deletions
@@ -54,6 +54,7 @@ describe('reachability', () => {
it('hides fleet without node:read when ready', () => {
const noFleet = ctx({ can: () => false });
expect(isViewHidden('fleet', noFleet)).toBe(true);
expect(isViewHidden('networking', noFleet)).toBe(true);
});
it('preserves host-console when authz is not ready', () => {