Open tomjacobchirayil opened 1 month ago
@tomjacobchirayil thank you this has been addressed in the latest PR.
@kkvinjam please link to https://github.com/aws-ia/cfn-abi-crowdstrike-fcs/pull/69 and close. Thanks!
After the update, the new CloudFormation template fails with the following error on the resource: StagingS3BucketPolicy
CustomResource attribute error: Vendor response doesn't contain organization_id attribute in object arn:aws:cloudformation:eu-west-1:xxxxxxxxxx:stack/stack-org-master-crowdstrike-enable-integrations/xxxxxxx|OrgIdLambdaCustomResource|xxxxxxx
Using the older version still works successfully. Please check on your end that the template is completed successfully.
The state manager association created by the solution has incorrect parameter value for the Parameter 'Action' https://github.com/aws-ia/cfn-abi-crowdstrike-fcs/blob/main/templates/ssm-association-stackset.yml
The allowed values for the parameter 'Action' according to the above template is
AllowedValues: [ "install", "uninstall"]
The automation execution using the above state manager assocation is failing with the below error message:
Excerpts from CloudTrail:
Is it possible to change allowed values accordingly in the 'templates/ssm-association-stackset.yml' template?
AllowedValues: [ "Install", "Uninstall"]