feat(authz): introduce centralized proxy-based authz pipeline and lifecycle policy (#1632)

Integrated into release/v3.7.2
This commit is contained in:
abix5
2026-04-27 13:12:42 +03:00
committed by GitHub
parent 5026aaaabb
commit dbdfb8a328
97 changed files with 2611 additions and 1007 deletions

View File

@@ -135,14 +135,19 @@ jobs:
- name: Smoke packaged Electron app
if: matrix.platform != 'linux'
# Windows CI: requestSingleInstanceLock() fails due to USERPROFILE
# sanitization needed for the build step. Smoke is best-effort there.
continue-on-error: ${{ matrix.platform == 'windows' }}
env:
ELECTRON_SMOKE_TIMEOUT_MS: 60000
ELECTRON_SMOKE_STREAM_LOGS: "1"
run: npm run electron:smoke:packaged
- name: Smoke packaged Electron app (Linux)
if: matrix.platform == 'linux'
env:
ELECTRON_SMOKE_TIMEOUT_MS: 60000
ELECTRON_SMOKE_STREAM_LOGS: "1"
run: xvfb-run -a npm run electron:smoke:packaged
- name: Collect installers