AJ Kerrigan

Results 103 comments of AJ Kerrigan

I ran into this a while back too. It depended on my config and/or what I was doing in though debugger though - one reliable way to reproduce it was...

Hi there, using `aws-vault exec` without `-j` already sets environment variables across platforms. One way to peek at them is to use a shell as your target program, like: ```...

(Before I go on making suggestions, I should point out that I don't speak for the maintainers. I'm just a satisfied user with an opinion.) > That does help. Thanks....

This is a related discussion from #questions today: ahmed [9:11 AM] I think I already know the answer to this question but need confirmation. With SSE-S3 since Amazon is managing...

Yeah, some folks would find that useful :+1: . It sounds like this is reviving the discussion in #3565, which itself followed some earlier discussions that were more CloudFormation-focused. That...

> ci currently has pins on poetry versions that should be updated if moving to 1.2 series I was thinking 1.2-generated lock files would still be consumable by poetry installs...

Hey @PratMis - are you seeing this with _output_ buckets (in which case some help validating #7682 would be hugely helpful)? Or with policies targeting the `aws.s3` resource?

> As of now, for us I can report that it's happening with cross region output buckets. Let me double check other policies [update] aws.s3 policies seem to be working...

> @RazaHasan84 build is failing for the test_rds.py unit tests. Looks like the problem has to do with `self.manager._cache`. Comparing your code with existing code, it looks like there are...

> @kk1532 looks like we can pass in policy data when getting resource manager in config-poll-rule mode. Change https://github.com/cloud-custodian/cloud-custodian/blob/master/c7n/policy.py#L878 to > > ``` > for r in self.policy.resource_manager.get_resource_manager( > self.policy.resource_type,...