Conversation
#8000) rustls negotiates HTTP/2 via ALPN with ArgoCD, which routes the connection to its gRPC handler instead of the REST API. The proxy sends HTTP/1.1 requests, causing the connection to stall silently.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Contributor
Author
Dependency ReviewThe following issues were found:
License Issues.github/workflows/utils-self-hosted-job.yml
packages/rust/bevy/bevy_mapdb/Cargo.toml
packages/rust/bevy/bevy_quests/Cargo.toml
OpenSSF ScorecardScorecard details
Scanned Files
|
New bevy_mapdb package compiling mapdb.proto into typed Rust structs via prost. MapDb registry indexes zones, regions, and world object definitions with O(1) lookups by slug/ULID plus filtered queries by biome, zone type, and object type. Supports from_bytes, from_json, and from_proto loading.
Wire up the Astro side for NPC data so human-edited MDX entries are validated against the proto-generated Zod schema and served as JSON at /api/npcdb.json for the Bevy client.
- Create SealedSecret for mc-rcon-secret in mc namespace - Add RBAC (Role/RoleBinding) scoped to mc-rcon-secret only - Add SecretStore + ExternalSecret to sync password into kbve namespace - Replace hardcoded MC_RCON_PASSWORD env var with secretKeyRef - Add seal-rcon-password.sh for regenerating the sealed secret
New bevy_quests crate compiling questdb.proto into typed Rust structs via prost with a searchable QuestDb Bevy resource. Supports loading from proto binary or Astro /api/questdb.json with automatic string- to-enum conversion. Provides lookups by slug, ULID, category, tag, NPC giver, and zone.
Port all enemy NPCs from the DiscordSH dungeon crawler into the Astro npcdb content collection with full stats, behavior traits, lore, and proper schema-validated frontmatter.
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
f23a15e)b5cd064)b72c204)5823c75)Bug Fixes
04cdce1)e15fca0)cd4cd9d)e0e3104)Chores
a679003)This PR is automatically maintained by CI — KBVE Studio