5GSEC / nimbus

Intent driven security automation framework
Apache License 2.0
19 stars 9 forks source link

nimbus-k8tls adapter: Possible panic since a close of these channels might be done before sending is stopped #187

Open shivaccuknox opened 2 weeks ago

shivaccuknox commented 2 weeks ago
          This can possibly result in a panic since a close of these channels is being done, but the handlers functions (create/update/delete) will continue to send to these channels. To prevent this, we might have check to for the context cancellation in the handlers ?

_Originally posted by @shivaccuknox in https://github.com/5GSEC/nimbus/pull/131#discussion_r1624828302_