Tom Plant

Results 120 comments of Tom Plant

It doesn't appear to support subfolders :(

@elliot-huffman looks great! Might be worth PRing into https://github.com/MSEndpointMgr/IntuneWin32App. Would be good to split into a few cmdlets eg `Get-PackageDecryptInfo`/`Export-PackageFile`, and an option to just export [`ParsedContentInfo`](https://github.com/elliot-huffman/Powershell-Doodads/blob/86f70f152f39c2bdd0023181a9f7210a061d2d35/Apps/Endpoint%20Manager%20(Intune)/Unprotect-IntuneWin.ps1#L340) to allow for...

Another +1 here, for me this is blocking some 3rd-party deployment workflows with private AKS clusters

This feature could also reduce WAF costs for users without a CDN, eg setting `PHOTOPRISM_CDN_URL` to an A record pointed at their server directly (knowingly bypassing the WAF).

I'm really inexperienced with upload-heavy workloads, but some basic upload testing directly over Bunny CDN has done well (ie WAF disabled). Not sure whether they explicitly support it though. There...

Yeah, I'm suggesting a gateway controller to allow configuring `cloudflared` with Gateway API resources. Definitely agree about avoiding annotations and additional CRDs where possible. GatewayClass `spec.ParametersReference` might work for some...

@dudo GAPI doesn't require a LoadBalancer, and its core functionality seems like a good match for cloudflare-operator at first glance. particularly since cloudflare-operator originally used ingress annotations, and seemingly moved...

I've been hitting too many reconciliation bugs with this operator recently, so I'm going to try implementing GAPI separately with remote tunnel config. aiming for tunnel/hostname/service/path reconciliation first, since `originRequest`/`warp-routing`...

[My Gateway controller](https://github.com/pl4nty/cloudflare-kubernetes-gateway) has been stable for around 6 months. I haven't implemented policy attachment or non-HTTP protocols yet though

I'm looking forward to this 😊 It'll also allow two usecases I had - custom args (`--post-quantum`) and `securityContext` (proxying ICMP)