Cyb3r Jak3

Results 21 comments of Cyb3r Jak3

FYI, this still isn't possible as there is no publicly documented API end to get a bucket which terraform needs to check to see if a resource exists.

@jacobbednarz I'm pretty sure this is a non issue. `ssh` and `vnc` are just a type of access application and are already being validated here https://github.com/cloudflare/terraform-provider-cloudflare/blob/c9eef200b557bd1f41fb0c492bf5e2bcbad38fb2/internal/provider/schema_cloudflare_access_application.go#L49

Here is a quick diagram of the flow, I am envisioning, green being the new parts ![Quick Diagram](https://github.com/cloudflare/cloudflared/assets/13918954/e90d7f9c-6cca-4361-9158-c264809e8fdd) Confused by this part > If cloudflared was adding these headers, couldn't...

As a workaround, you can edit the apt sources file and replace `lunar` with `jammy`.

@RajAdwaita You can follow https://pkg.cloudflare.com/index.html#debian-bookworm. This does assume that you are on a Debian based OS.

The version being used appears to be [20.6.30](https://github.com/svenkreiss/html5validator/tree/main/vnujar). It has to be updated with a PR to https://github.com/svenkreiss/html5validator.

So it does not look like the API offers a (public) way to set `originRequest` on an ingress rule. This PR, https://github.com/cloudflare/cloudflare-go/pull/1099, will add the support that is needed. The...

You can use the AWS terraform provider to add items like lifecycle configurations https://developers.cloudflare.com/r2/examples/terraform-aws/

Personally, I'd recommend doing all the advanced configuration stuff like CORS or lifecycle rules with the aws provider. R2 just implements the S3 API, so the provider will be able...

@vantaboard Thanks for the PR! Could you please address the linting issues, just looks like black formatting.