main to develop#158
Merged
Merged
Conversation
…nd zero double-encoding
…CP gateway initialization
…pipelines, and OpenTelemetry collector configuration
…testing validation
…very and add infrastructure testing framework
… discovery support
… gateway, Dex authentication, and master MCP gateway entrypoint.
…nfrastructure composition
…backed schema signing
…er-instance communication - Add federation module with AirGapPolicy, FederationPeerState, FederationAgreementState - Implement FederationProxy with httpx mTLS transport, DLP scanning, and audit receipts - Support Private→Public, Private→Private (DMZ), and mode flipping - Add canonical COREASON_PUBLIC constants and create_public_peer() factory - 38 passing tests covering policy, invocation, DLP, certs, and mode flipping
The canonical Public mesh is the permanent anchor of the network. Flipping it to Private would orphan all federation agreements. set_instance_mode() now raises ValueError for PUBLIC→PRIVATE.
…to-Public URN publishing
… to provider whitelist
…on and thermodynamic resource monitoring
… for AWS EKS deployment
…oral, LanceDB, and Istio mTLS
…for AWS deployment
| shell: bash | ||
| - name: Docs Link Validation | ||
| uses: lycheeverse/lychee-action@v2 | ||
| uses: lycheeverse/lychee-action@master |
| attestations: write | ||
| steps: | ||
| - name: Harden Runner | ||
| uses: step-security/harden-runner@v2 |
| - uses: actions/checkout@v4 | ||
|
|
||
| - name: Log in to GitHub Container Registry | ||
| uses: docker/login-action@v3 |
|
|
||
| - name: Extract metadata | ||
| id: meta | ||
| uses: docker/metadata-action@v5 |
|
|
||
| - name: Build and push Docker image | ||
| id: build-and-push | ||
| uses: docker/build-push-action@v5 |
| labels: ${{ steps.meta.outputs.labels }} | ||
|
|
||
| - name: Generate SBOM for Container | ||
| uses: anchore/sbom-action@v0 |
| upload-release-assets: false | ||
|
|
||
| - name: Install Cosign | ||
| uses: sigstore/cosign-installer@v3.5.0 |
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.
No description provided.