Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/transformation ep 10574 #10727

Open
wants to merge 53 commits into
base: main
Choose a base branch
from

Conversation

nfuden
Copy link
Contributor

@nfuden nfuden commented Mar 3, 2025

Start building out the implementation for transformation EP 10574

In this PR we do 5 things:

  1. Add basic Transformation API per EP 10574 and implement it with classic functionality
  2. Add basic Rusformation POC which can be toggled and implements a subsection of the API
  3. Simple e2e tests for Transformations per the current test setup.
  4. Minor cleanup found during testing with kgateway suites
  5. Reenable filter gen for auto registration of protobufs for go code consumption
  6. Get golanglint-ci to run more cleanly locally

Note that Rustformations cannot graduate to a production ready stance until we get route level configuration cleaner in upstream

@nfuden nfuden added the work in progress signals bulldozer to keep pr open (don't auto-merge) label Mar 3, 2025
@nfuden nfuden marked this pull request as draft March 3, 2025 14:24
@nfuden nfuden enabled auto-merge March 4, 2025 20:56
COPY --from=rust_builder /build/amd64_librust_module.so /usr/local/lib/librust_module.so


# SDS-specific setup, only used if ENVOY_SIDECAR=true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assuming just copy/paste miss?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Taken from the existing setup as we have the go main file that has specific work to change things when in sds

@nfuden nfuden marked this pull request as draft March 5, 2025 16:09
auto-merge was automatically disabled March 5, 2025 16:09

Pull request was converted to draft

@nfuden
Copy link
Contributor Author

nfuden commented Mar 5, 2025

Split out envoyinit move here #10756

@nfuden nfuden marked this pull request as ready for review March 5, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants