CrowdStrike / aws-cspm-registration-cloudformation

MIT License
3 stars 2 forks source link

cloudformation crowdstrike registration #12

Open Gal-Shukrun opened 2 months ago

Gal-Shukrun commented 2 months ago

Hey,

I want to registered Falcon to my aws accounts. I want to do it on each account (not in aws organization) in cloudformation. I didn't know which template i need to use. Also there is a way to add the clinet_id and the secret not hardcoded? I'm going to run it with pipeline and not form the console.

TNX

ryanjpayne commented 2 months ago

@Gal-Shukrun I can work on adding a single-account template. To pass keys we normally build the templates to accept them via parameters, with NoEcho set to true for security. You can pass the keys to the parameter when you call the template in your pipeline. Does this satisfy your requirements?