Conversation
Add TriggerAuthentication and ScaledObject to scale n8n-worker based on Redis Bull queue depth (n8n-bull:jobs:wait in DB 2). Scales 1-5 replicas, polling every 15s, 5min cooldown.
Contributor
Author
Dependency ReviewThe following issues were found:
License Issuesapps/kbve/axum-kbve/Cargo.toml
packages/npm/devops/package.json
OpenSSF ScorecardScorecard details
Scanned Files
|
* fix(axum-kbve): run container as non-root user Inject appuser (UID 10001) into the chisel rootfs passwd/group, chown application files, and set USER 10001:10001 before ENTRYPOINT. Prevents the production container from running as root. * fix(axum-kbve): copy @kbve/laser into Astro builder stage The tsconfig path alias resolves @kbve/laser to packages/npm/laser/ but the Dockerfile never copied it, causing Rollup to fail.
The devops package.json still had marked ^13.0.0 after the root bump to 17.x, causing @nx/dependency-checks lint failure.
* fix(astro-memes): bridge IDB/localStorage session mismatch after OAuth AuthBridge stores OAuth sessions in IndexedDB while SupabaseGateway reads from localStorage. Added syncAuthBridgeSession() fallback in initSupa() and moved callback logic into a React component for proper lifecycle management. * refactor(astro): centralize AuthBridge IDB fallback in bootAuth Move the syncAuthBridgeSession logic from app-level supa.ts into bootAuth() in @kbve/astro. bootAuth now accepts an optional AuthBridge parameter and falls back to its IndexedDB session when the gateway (localStorage) has no session. Any app using both clients gets seamless OAuth session propagation without duplicating the bridge code.
- New /api/v1/mc/players endpoint returning online players with UUIDs and skin URLs from Mojang API - Background task polls RCON every 15s, caches results in LRU - Custom lightweight RCON protocol implementation (no extra crate) - NetworkPolicy updated to allow kbve namespace RCON access - RCON env vars added to kbve deployment manifest
…7620) Add ArgoCD Application for Crossplane 2.2.0 using Helm multi-source pattern. Deploys operator + RBAC manager to crossplane-system namespace with security hardening and metrics enabled. Provider-aws and S3 bucket resources will follow in separate PRs.
Inject appuser/appgroup into chisel rootfs, set file ownership via --chown, and add USER directive before ENTRYPOINT for: axum-herbmail, axum-memes, axum-discordsh, axum-cryptothrone, irc-gateway.
|
View your CI Pipeline Execution ↗ for commit 9928d89
☁️ Nx Cloud last updated this comment at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: Dev → Main
9 atomic commits ready for main
Features
f8ffa81)101c2fd)48e807c)Bug Fixes
7f892b9)68ffaa0)96eae8a)9928d89)Chores
1654937)b482718)This PR is automatically maintained by CI