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

Workaround to make secmap work - Please do not accept #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hposca
Copy link
Contributor

@hposca hposca commented Mar 3, 2017

Trying to use the --secmap option I found many errors. Mainly on the way objects are accessed.

Don't know if there is an error when parsing the results to the classes like Instance/Dot but some values could not be accessed like an array and should be accessed like objects, sometimes with different names. Like:

self['Entries'] -> self.data.network_acl_entries
e['CidrBlock'] -> e.cidr_block

What I did, after lots of trial and error is "to make it work". I suppose this is not the best solution and probably there is an error way above the points I touched.
And by work understand like "it runs". When I finally got an image security groups with outputs of '0.0.0.0/0' appeared like 'None'.

Do you know maybe where the error lies?

Thank you.

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 this pull request may close these issues.

1 participant