SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Live update karydia-default-network-policy & karydia-config #88

Closed ionysos closed 5 years ago

ionysos commented 5 years ago

Description

There should be the ability to update the karydia-default-network-policy & karydia-config values while karydia is running. Currently, they only get imported once on startup.

User Story

As cluster admin I want to update the karydia-default-network-policy & karydia-config values and, thus, the behavior of karydia in order to be able to adapt it to my new cluster security requirements.

Implementation idea

Listen on karydia-config custom resource changes (/ change events) and reload the new configs to their variables if changes were made.