Todd Stansell

Results 18 comments of Todd Stansell

This should include API activity as well. Basically, any administrative activity, regardless of where/how it was done.

FWIW, if I make the following change and test that, the import works as expected. I'm unclear of the history or why it looks for that to begin with, so...

FWIW, the [docs on teams lists](https://developers.cloudflare.com/cloudflare-one/policies/lists) says: > Your lists can include up to 5,000 entries for Enterprise subscriptions and 1,000 for Standard subscriptions.

FYI, I opened support ticket 2431495 regarding this and they claim there's already a backend gateway engineering ticket to handle this, so there's likely nothing to do here on the...

Given they're choosing to fix the API by adding proper pagination support (thereby limiting the number of items returned by default), I would argue that for the terraform provider, that's...

FYI, I'm working around the issue currently by simply replacing my list each time it changes. Not ideal, but for us the one list we have rarely changes. We're using...

cloudflare-go should support the required api calls now that it supports account-level logpush jobs via `GetAccountLogpushFields` and `GetZoneLogpushFields`. I'll probably try to get around to working on a PR this...

fwiw, i've also requested that logpush/logpull simply support `fields=ALL` or similar to remove this requirement entirely when you just want everything... but who knows if/when that'll ever get implemented.

> @tjstansell you've mentioned in a couple of issues you've got near 5k team list items. are you able to take this PR for a spin and confirm you get...

This is why we use a jinja framework to build our c7n policies. Way more granularity/control than trying to build it all into the c7n policies directly :) but i...