Identity and Agent enhancements (pt.3) + Cfcli update#129
Merged
LorenzoTettamanti merged 20 commits intoCortexFlow:feature/ebpf-corefrom Aug 23, 2025
LorenzoTettamanti:identity_enhancements
Merged
Identity and Agent enhancements (pt.3) + Cfcli update#129LorenzoTettamanti merged 20 commits intoCortexFlow:feature/ebpf-corefrom LorenzoTettamanti:identity_enhancements
LorenzoTettamanti merged 20 commits intoCortexFlow:feature/ebpf-corefrom
LorenzoTettamanti:identity_enhancements
Conversation
…ll the functions to connect to the agent api client. requests.rs contains all the functions to send a request to the agent api server
…er in identity.yaml. Added maps check in agent.yaml
…ted map_pinner function
…ctiveConnectionResponse
…rom the agent to the cli using tokio::mpsc. Updated dependencies
…onitoring list, cfcli monitoring connections
Member
Author
|
@siddh34 Edit: if the identity service returns "Error while pinning bpf_maps:
This is just a temporary fix |
…w and cfcli install simple-example
siddh34
approved these changes
Aug 23, 2025
Member
Author
|
Thanks mate! I'm merging the changes🚀🚀 |
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.

This PR introduces a new set of features and fixes for the existing issues: [#123] [#92] [#93][#130].
Changelog:
CLI:
Agent:
Identity:
General:
Installation/Tests:
cargo run monitoring listcargo run monitoring connectionsExpected result:
cargo run monitoring list[SYSTEM] Founded config files
[SYSTEM] Readed configs for env variable: "Kubernetes"
=====> Connected to CortexFlow Server Reflection
Available services:
ActiveConnections
cargo run monitoring connectionsExample:
{""62"": ""67.120.244.10"", ""294209"": ""65.120.244.10"", ""294054"": ""68.120.244.10"", ""314239"": ""67.120.244.10"", ""312314"": ""68.120.244.10"", ""294145"": ""65.120.244.10"", ""300935"": ""66.120.244.10"", ""300840"": ""65.120.244.10"", ""294111"": ""66.120.244.10"", ""312315"": ""68.120.244.10"", ""294153"": ""65.120.244.10"", ""300940"": ""66.120.244.10"", ""0"": ""66.120.244.10"", ""294071"": ""67.120.244.10"", ""312319"": ""68.120.244.10"", ""294155"": ""67.120.244.10"", ""312018"": ""67.120.244.10"", ""312020"": ""67.120.244.10"", ""294151"": ""67.120.244.10"", ""300938"": ""66.120.244.10"", ""302296"": ""65.120.244.10"", ""314240"": ""67.120.244.10"", ""300860"": ""65.120.244.10"", ""312318"": ""68.120.244.10"", ""294211"": ""68.120.244.10"", ""294154"": ""65.120.244.10"", ""294159"": ""65.120.244.10"", ""300871"": ""65.120.244.10"", ""300872"": ""65.120.244.10"", ""307618"": ""67.120.244.10"", ""294149"": ""65.120.244.10"", ""300933"": ""66.120.244.10"", ""312298"": ""68.120.244.10"", ""294053"": ""68.120.244.10"", ""312312"": ""68.120.244.10"", "0": "0", ""312313"": ""68.120.244.10"", ""294173"": ""65.120.244.10"", ""294080"": ""68.120.244.10"", ""312316"": ""68.120.244.10""}
Notes:
Tested using minikube with calico cnI
CLi tests:

Agent Backend:
