cyberark / cyberark-aws-auto-onboarding

Solutions for automatically detecting, managing and securing privileged accounts in AWS EC2
Apache License 2.0
40 stars 32 forks source link

Platform names as CloudFormation parameters. #60

Open jcosteatcyberark opened 3 years ago

jcosteatcyberark commented 3 years ago

This PR add the capability to customize Platform Parameters used by the lambda to onboard account.

New parameters are added to the CloudFormation templates, so that the user can specify custom platforms during deployment. Previously hardcoded platforms are now default in the CF template. The README.md has been updated accordingly!

This PR also refactors up code in aws_services::get_params_from_param_store() and circumvent a limitation with the AWS GetParameter API call.