Kapil Thangavelu

Results 392 comments of Kapil Thangavelu

looks like we'll need to update c7n_left tests with path assertions to be more os agnostic to pass on windows.

we have three class of errors on c7n_left with windows all path related - wrong os path separator, using str(Path()) should resolve those - concurrent temp file usage.. I'm a...

one more on output test where we get decoding/encoding on windows, tried cp-1252, utf-16, default utf-8 doesn't address.

if you run with --debug and just on that account, you should get a full traceback / pdb which would be helpful to understand why/where.

that typically means the role your executing the cli with doesn't have permission to assume the role in the target account, per the trust document on the role.

thanks, @ajkerrigan I really dig the approach

`server-security-alert-policies-filter` please rename to `security-alert-policy`

I'm not seeing the repository for the dependency being added, ie https://github.com/mingyugg/tencentcloud-sdk-python-ext is showing a 404 is it a private repository?

sorry I can see the repo now, but I also see a profile credential directly in the Tencent sdk, https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/tencentcloud/common/credential.py#L285 so its a little unclear to me what the external...