Hi!
I'm currently using the falcon-sensor Helm chart for deployments, and I've noticed some security and operational concerns regarding how credentials, like image pull secrets and Falcon API tokens, are managed within the existing chart.
Specifically, the current setup lacks a clear interface in values.yaml to securely integrate external secret management solutions, such as the Secrets Store CSI Driver. Introducing this functionality would also involve adding a dedicated template (secretproviderclass) to the chart's templates directory.
Would you be open to providing a well-defined interface within values.yaml to enable users to securely inject credentials using Secrets Store CSI Driver?
I'd appreciate hearing your thoughts on this.
Hi!
I'm currently using the falcon-sensor Helm chart for deployments, and I've noticed some security and operational concerns regarding how credentials, like image pull secrets and Falcon API tokens, are managed within the existing chart.
Specifically, the current setup lacks a clear interface in values.yaml to securely integrate external secret management solutions, such as the Secrets Store CSI Driver. Introducing this functionality would also involve adding a dedicated template (secretproviderclass) to the chart's templates directory.
Would you be open to providing a well-defined interface within values.yaml to enable users to securely inject credentials using Secrets Store CSI Driver?
I'd appreciate hearing your thoughts on this.