epi-project / brane

Programmable Orchestration of Applications and Networking
Apache License 2.0
10 stars 8 forks source link

Brane Log #164

Open DanielVoogsgerd opened 1 week ago

DanielVoogsgerd commented 1 week ago

While working on CI, MSRV in particular, I'm running into an issue with Brane log.

For MSRV I'm running a script along the lines of find . name Cargo.toml -exec .... However, this is failing now because of Brane-Log. What is the current state of Brane log? Should we keep this around, or can we move this over to a separate branch until it's done, for example?

I could also make my tooling more robust, and ideally I would like to, but I cannot really afford to spend more time on CI right now.

DanielVoogsgerd commented 1 week ago

I worked around the issue in this case, but I'm still curious on the state of log and whether we should move this to a long lived branch while we are not using it. The less is in the main tree, the better if you ask me.

Lut99 commented 6 days ago

The only reason I kept it around all these years is a stinging reminder that Brane desperately needs a form of audit logs akin to what the policy-reasoner itself has. Just something that forms as a trusted service per node that collects important events that are relevant to checking policy (although, maybe slightly less necessary with the current policy scheme? Idk, at the very least, warrants thinking about).

So... yeah no worries removing it if we just create an issue or TODO somewhere xD