Mark Chappell
Mark Chappell
@apsamuel I'm guessing you're providing the credentials using the assume-role-provider pattern https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#assume-role-provider ? I've been doing some work to try and improve things here on #1271. The underlying problem relates...
bitrot has set in. I'm going to close this PR. I'm going to break this into a number of smaller changes and try again.
> Another issue I just found: Integration tests fail if the account is not empty. The lambda integration tests assume there are no other lambdas in the account. I just...
> Perhaps it's just that this specific test needs to be made a bit smarter. Yup, that's a bug in that test. Such behaviour is "bad", and will result in...
@valkiriaaquatica thanks for the efforts you've put into this. Don't worry about the docs, it's my fault and I'll get them written. This isn't my day job so there's a...
Work around is simply to pass the "correct" prefix including a `/` at the start and end of the path.
The problem I have with saying "whenever possible", is that historically a lot of our code hasn't been written in such a way that unit tests are "useful". We probably...
@vonschultz many thanks for catching this and tracking down the cause, I'm guessing 7.5.0 caused something to break for you for which I apologise. In future, if the original PR...
It's already possible to pull from multiple accounts by having multiple inventory files in the inventory folder (or passed with multiple `-i` arguments): account_1_aws_ec2.yml account_2_aws_ec2.yml As such I'm not sure...
> I wonder if it would be worth updating the plugin doc to make this use case clear? I would be wary of duplicating too much of the documentation as...