Tags: tc80/cloudflare-go
Tags
implements a custom marshaler for the ZoneCustomSSLOptions struct (cl… …oudflare#480) fixes issue cloudflare#479 with a breaking change
logpull: Add initial support for retention flag (cloudflare#448) Updates the library to add support for logpull retention flag. API documentation: https://developers.cloudflare.com/logs/logpull-api/enabling-log-retention/ Paves the way for support in the Terraform provider at terraform-providers/terraform-provider-cloudflare#665
access_group: Fix spelling of Okta (cloudflare#440) This struct was copied directly from the documentation[1] cargo-culting the spelling mistake. [1]: https://developers.cloudflare.com/access/setting-up-access/api-examples/#okta-group
Remove "enterprise only" error message from Worker scripts methods. F… …ixes https://github.com/terraform-providers/terraform-provider-cloudflare/issues/607
access_identity_provider: Consolidate configuration fields (cloudflar… …e#403) * access_identity_provider: Consolidate configuration fields While looking integration Access Identity Providers into Terraform, I found that the configuration fields are super awkward to work with as we either: - Disregard Go's type system and make everything an `interface`; or - Restrict the ability to use configuration options in a single step as we don't know what Type the incoming data actually is. To rectify this, I've consolidated all the fields into a single struct and move the onus to the end user to correctly define the fields that are required. A nice side effect of this is that the fields aren't repeated for each configuration and reduces the toil if/when a field is updated. * Add `RedirectURL` to `AccessIdentityProviderConfiguration` struct
Update golang.org/x/net commit hash to 6afb519 (cloudflare#413)
waf: read all pages for ListWAFRules, ListWtWAFGroups and ListWAFPack… …ages (cloudflare#389)
PreviousNext