mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-25 21:35:54 +03:00
[GH-ISSUE #499] Add support for cloudflare origin certificates & custom-hostnames #316
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pavanbhaskardev on GitHub (Dec 3, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/499
Originally assigned to: @pavanbhaskardev on GitHub.
Decription
Moves traefik configuration from fileProvider to etcd, uses cloudflare origin-certificate & custom-hostnames instead of letsencrypt resolver
Why
Everytime when service is deployed a new certificate is generated using the wildcard domain, Cloudflare origin-certificate resolves that single certificate for entire wild-card domain. We now can use Cloudflare DDOS, WAF and BOT protection.
Server Changes
Service Changes
serviceName.serverHostname.up.domain.com->serviceName-serverHostname.up.domain.comOnboarding Changes
- letsencrypt plugin installation
- global email configuration
Docs
- Use
etcdinstead forfileProvider- Use cloudflare origin certificate instead on letsencrypt resolver