-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to read sensitive data (cid) from k8s secret #326
Comments
They've closed multiple pull requests related to this and their reasoning makes no sense. Good luck. |
I had a similar issue with another Helm chart where the option to specify an existing secret wasn’t available. If you are using Kustomization for your deployment, this might help you, e.g.:
Kustomization:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Team
Seems right now the helm chart for falcon-sensor is accepting the falcon-cid only via helm chart values.yaml.
But as that is treated as a sensitive value, it would be great to have an option in chart where user can pass a k8s secret and the cid value can be read from there, with that way there will be no need to put the secret in helm or checked in repo as well.
https://github.com/CrowdStrike/falcon-helm/tree/falcon-sensor-1.28.1/helm-charts/falcon-sensor
FALCONCTL_OPT_CID: {{ .Values.falcon.cid }}
Could you please suggest if this can be taken on priority and worked upon.
Thanks
Sharad
The text was updated successfully, but these errors were encountered: