Conversation
…issing k8s secret (#9450) * fix(discordsh-bot): remove nonexistent secret ref, use Supabase Vault for Discord token The deployment referenced discordsh-discord-token secret which doesn't exist. The bot already resolves DISCORD_TOKEN at runtime: env var first, then Supabase Vault fallback. Remove the secretKeyRef so the pod can start and pull the token from Vault via the existing Supabase creds. * fix(discordsh-e2e): remove session-api tests after bot extraction The /api/session/ and /session/ endpoints were stripped from axum-discordsh in the bot extraction. Remove the e2e tests that validated those endpoints. Fixes #9449
…com (#9451) Wire up the droid WebSocket SharedWorker for chat.kbve.com: - boot.ts: initializes droid workers + Supabase auth in parallel - ReactChatRoom: waits for droid-ready before auth check, auto-connects WebSocket with JWT once authenticated - service.ts: auto-joins #general after IRC 001 welcome message Flow: page load → bootChat() → auth check → auto-connect ws → auto-join #general
…DP only (#9453) game.chuckrpg.com is used by Agones for UE5 dedicated server UDP traffic. It does not serve HTTPS and never needed a Let's Encrypt cert. The cert was causing Envoy NACK errors (duplicate TLS filter chains) and blocking ACME HTTP-01 challenges. - Remove game-chuckrpg-tls Certificate CRD from chuckrpg manifests - Remove chuckrpg cross-namespace cert refs from gateway HTTPS listener (reverts to single kbve-wt-tls cert — fixes Envoy NACK) - Add chuckrpg kube README documenting domain architecture Post-merge: kubectl delete certificate game-chuckrpg-tls -n chuckrpg kubectl delete secret game-chuckrpg-tls -n chuckrpg kubectl delete challenge -n chuckrpg --all
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
4 atomic commits ready for main
Features
51893a7)Bug Fixes
885aba6)ff6c4ad)Chores
bb117b2)This PR is automatically maintained by CI — KBVE Studio