crashappsec / chalk

Chalk allows you to follow code from development, through builds and into production.
https://crashoverride.com/
GNU General Public License v3.0
355 stars 16 forks source link

Multi-chalk awareness for single point of communication #56

Open drraid opened 1 year ago

drraid commented 1 year ago

Description

Multiple instances of chalk could be running on a host (or in the container case, in the same namespace(s)), and support for awareness and communication between them is necessary for:

Thus we need chalk to have:

Result

Testing:

viega commented 1 year ago

I don't think they need to share a config; only one should be allowed to touch the local file system for non-tmp files though. Like any output logs, the report cache, etc.