Yoni Leitersdorf
Yoni Leitersdorf
Ran [Cloudrail](https://github.com/indeni/cloudrail-demo) against the TF here with basic parameters and found a couple of issues. 1. module.ecs.module.ecs_instances.aws_launch_configuration.launch is not using IMDSv2 (metadata_options). The issue can be important because traffic to...
The current policy under spoke-accounts gives ConsoleMe both the read AND write access that it needs. However, if someone wants to deploy ConsoleMe in read-only, they'd want to use a...
Any idea how to get around this: ``` ImportError: dlopen(/Users/yoni/code/cloudrail/venv/lib/python3.8/site-packages/_pyjq.cpython-38-darwin.so, 2): Symbol not found: _jq_compile_args Referenced from: /Users/yoni/code/cloudrail/venv/lib/python3.8/site-packages/_pyjq.cpython-38-darwin.so Expected in: flat namespace in /Users/yoni/code/cloudrail/venv/lib/python3.8/site-packages/_pyjq.cpython-38-darwin.so ```
I'm getting this: Duplicate Name The name "ForgotPasswordConfirm" is already used on component type: Visualforce Page. Please rename existing component. Duplicate Name The name "SiteRegisterControllerTest" is already used on component...
Cool project :) Ran [Cloudrail](https://www.indeni.com/cloudrail) on the TF code (disclaimer: I'm from Indeni), quite a number of issues to resolve: ``` Rule: Ensure all used default security groups of every...
**Is your feature request related to a problem? Please describe.** I'm documenting a package but I only care about classes of certain types. Specifically, those that inherit (directly, or indirectly)...
**Describe the bug** I've set inherited_memberse to true in my selector to pull in members that are inherited from classes that I've built. Essentially, I have a class Mergeable, that...