kesten
kesten
Thanks, I pulled your branch master. I was able to get filtering with terraforming ec2 --limit placement.availability_zone=us-west-2a The options suggest you can filter by tag, but I'm not sure how...
That's a great approach. Is there a way to factor it out so you don't have to touch every single file? It seems the current architecture makes it difficult to...
@soapy1 if you have a beta version of your PR i am working on this issue for the next day or two.
Thanks a lot soapy! I'm using it now. Nice implementation. I've written some automation to add the snippet equivalents for each resource that is taggable. ``` attributes.merge!(tags_attributes_of(instance)) ``` and ```...
Hi soapy1, I got a little further extending your work to other modules and adding better tag support. https://github.com/dtan4/terraforming/pull/215
I'm afraid I haven't touched this for years, and won't have time to work on it this month. Happy to have someone fork it and re-submit.
same for File "/opt/cloudmapper/commands/weboftrust.py", line 215, in get_iam_trusts "Unknown federation provider: {}".format(principal["Federated"]) Exception: Unknown federation provider: arn:aws:iam::111111111111:saml-provider/TLH-Azure_AD I'll make a PR Would you consider the type to be ADFS or...
I have a workaround that is sufficient for our team. create config/custom_federation_providers.yaml { "federation_providers": [ "id": "x", "name": "y", "provider_type": "z" ] } Then in weboftrust.py add this at the...
@Rigdon just what I was looking for. Do you have a branch available?