mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-30 12:09:15 +00:00
fix: unlock Community deploy policy hard-blocking (#1643)
Remove the leftover paid-only blockingEnabled switch so enabled block-on-deploy policies enforce on every tier, matching the documented every-tier security surface. Existing Community policies begin blocking immediately with no migration.
This commit is contained in:
@@ -184,8 +184,7 @@ export class SchedulerService {
|
||||
* and the offending images, then throw so the caller records the outcome:
|
||||
* the auto-update loop catches per stack and continues the rest of the run,
|
||||
* while a single-stack auto-start surfaces as a task failure. The gate
|
||||
* fails open when Trivy is missing and is evaluation-only when the node's
|
||||
* local tier is unpaid.
|
||||
* fails open when Trivy is missing.
|
||||
*/
|
||||
private async enforceSchedulerPolicyGate(
|
||||
stackName: string,
|
||||
|
||||
Reference in New Issue
Block a user