Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
21fc418
First stab at supporting pipe addresses
dawid-nowak Sep 2, 2025
30f58ff
Supporting pipe addresses.. more work required
dawid-nowak Sep 2, 2025
5b1900a
Supporting pipe addresses.. it seems to work now
dawid-nowak Sep 3, 2025
bd1ef57
Starting Orion with Istio bootstrap
dawid-nowak Sep 3, 2025
ecafb93
Adding code to ignore Istio usupported params
dawid-nowak Sep 5, 2025
5e9ef66
Adding code to ignore Istio usupported params.2
dawid-nowak Sep 7, 2025
3bb851d
Fixing UDS channel for grpc
dawid-nowak Sep 8, 2025
62e0c3c
Hacking admin interface to keep istio happy. WIP
dawid-nowak Sep 9, 2025
5204b20
Hacking admin interface to keep istio happy. WIP2
dawid-nowak Sep 9, 2025
cdc694f
Hacking admin interface to keep istio happy. WIP2
dawid-nowak Sep 9, 2025
13a1837
Merge remote-tracking branch 'refs/remotes/origin/ignoring_configurat…
dawid-nowak Sep 9, 2025
0d6b408
Hacking admin interface to keep istio happy. WIP3
dawid-nowak Sep 10, 2025
f93eb53
More hacking to keep Istio happy
dawid-nowak Sep 10, 2025
ad2c38d
Passing metadata from bootstrap to XDS
dawid-nowak Sep 10, 2025
caf622b
Fixing static cluster and CLA
dawid-nowak Sep 11, 2025
9532c87
Fixing static cluster and CLA.2
dawid-nowak Sep 11, 2025
7fd2ebe
Removal of unused XDS
dawid-nowak Sep 11, 2025
12103b2
Testing of EDS with configured endpoints
dawid-nowak Sep 11, 2025
a1afdb1
Testing of EDS with configured endpoints.2
dawid-nowak Sep 11, 2025
8c2269f
Testing of EDS with configured endpoints.3
dawid-nowak Sep 11, 2025
7ae3fcf
Receiving EDS and endpoints via xDS. Fixes to processing clusterloada…
dawid-nowak Sep 16, 2025
adec15d
Receiving RDS route configuration via xDS.
dawid-nowak Sep 17, 2025
e91ab33
Updates to FilterMatcherChain to use detected transport
dawid-nowak Sep 18, 2025
7b46ca9
Updates to detecting original dst address
dawid-nowak Sep 18, 2025
d5caea0
Binding to address for outgoing connections for OriginalDstCluster
dawid-nowak Sep 19, 2025
bb645ca
Handling for bind_to_port listener configuration
dawid-nowak Sep 21, 2025
4f0353e
Incoming flows forwarded to the application
dawid-nowak Sep 22, 2025
9c5d8b6
Maybe Fix for Dst cluster and TCP to use authority
dawid-nowak Sep 23, 2025
7cf218c
More ingored fields to keep istio happy
dawid-nowak Oct 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "envoy-data-plane-api/protobuf"]
path = envoy-data-plane-api/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "envoy-data-plane-api/udpa"]
path = envoy-data-plane-api/udpa
url = https://github.com/cncf/udpa.git
Loading