Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some X-Ray actions require * for the resource. #138

Closed
caruso-billfire opened this issue Dec 29, 2020 · 2 comments · Fixed by #144
Closed

some X-Ray actions require * for the resource. #138

caruso-billfire opened this issue Dec 29, 2020 · 2 comments · Fixed by #144
Assignees

Comments

@caruso-billfire
Copy link

caruso-billfire commented Dec 29, 2020

https://github.com/Skyscanner/cfripper/blob/4a5858825a4cc7880bfb0b87dd370e90d0318974/cfripper/cloudformation_actions_only_accepts_wildcard.py

This file needs to have some X-Ray actions that were not included.

some examples but not all missing actions

"xray:PutTraceSegments",
"xray:PutTelemetryRecords",
"xray:GetSamplingRules",
"xray:GetSamplingTargets",
"xray:GetSamplingStatisticSummaries"

@jsoucheiron
Copy link
Member

Is this the complete list of xray actions that only allow wildcards?

@caruso-billfire
Copy link
Author

https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsx-ray.html

can be found here, also on the left is all the services, so you can go through those as well to find all the wildcard only actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants