CrowdStrike / falcon-operator

https://artifacthub.io/packages/olm/falcon-operator/falcon-operator
Apache License 2.0
49 stars 37 forks source link

docs: IAR *does* require API client and secret #602

Open evanstoner opened 5 days ago

evanstoner commented 5 days ago

Followup to https://github.com/CrowdStrike/falcon-operator/issues/575#issuecomment-2498425884

IAR docs state that client_id and client_secret OR cid and image are required. In fact, IAR always requires client_id and client_secret. This admonition appears to be copied from FalconNodeSensor, which can be deployed without an API client. Note that the Helm chart for IAR does require API client always: https://github.com/CrowdStrike/falcon-helm/tree/main/helm-charts/falcon-image-analyzer

https://github.com/CrowdStrike/falcon-operator/blob/main/docs/src/resources/imageanalyzer.md.tmpl#L67-L68