CrowdStrike / falcon-scripts

Scripts to streamline the deployment and use of the CrowdStrike Falcon sensor
The Unlicense
137 stars 81 forks source link

Add Kubernetes Pull Token for specific sensor_type #201

Closed falcon-pioupiou closed 9 months ago

falcon-pioupiou commented 11 months ago

I've added the pull-token generation.

Design question: Line 399, I've added a new line break which make the script ending with a new line. so it's nice for someone looking to get the image pull token

BUT for automation it force scripts to use echo -n $() to remove the new line break

I think it's better to keep the new line break => any comment on this ?

falcon-pioupiou commented 9 months ago

Lgtm! printf is much more cleaner