SaltwaterC / serverspec-aws

Serverspec resources for AWS
Other
12 stars 9 forks source link

Add method accessible_from to test security group rules #9

Closed temyers closed 7 years ago

temyers commented 7 years ago

Added accessible_from? to security groups and RDS instances.

The semantics for security groups are:

The semantics for RDS instances is slightly different:

There are additional semantics that I consider out of scope, since they should probably be tested separately:

temyers commented 7 years ago

@SaltwaterC This PR is ready to go.
I'll give you the opportunity to review before I merge.

temyers commented 7 years ago

@SaltwaterC Would you be able to push a release?

SaltwaterC commented 7 years ago

Sure. I'll need to tag the release and bump the version. I'll do it once I get to my office as I don't have the gem environment configured on this box.

SaltwaterC commented 7 years ago

Release pushed. Thank you for taking your contributions.