spiffe / spire

The SPIFFE Runtime Environment
https://spiffe.io
Apache License 2.0
1.81k stars 478 forks source link

Break out peertracker to its own library/repo under github.com/spiffe #5615

Open kfox1111 opened 3 weeks ago

kfox1111 commented 3 weeks ago

As new agents using the Delegated Identity API come about, they need to have a way to track peers. The existing code for peer tracking in the SPIRE code base is useful for this purpose. It doesn't change much, so it shouldn't be very burdensome to break it out to its own library. Is this something we could do?

evan2645 commented 18 hours ago

spiffe/go-peertracker

SPIRE maintainers will maintain