Skip to content

feat(domains): add UX path coverage for custom domain management API #82

Description

@dennisonbertram

Problem

The CHANGELOG mentions custom domains in v0.4.0, and Traefik supports TLS via Let's Encrypt, but no endpoint appears in the Feature Map for custom domain management and no UX path stories cover custom domain CRUD operations. If custom domain APIs exist, they need story coverage. If they do not exist yet, the feature needs to be designed and implemented.

Expected Behavior

  • API endpoints for managing custom domains per service (e.g., POST /v1/services/{serviceID}/domains, DELETE /v1/services/{serviceID}/domains/{domain})
  • DNS verification workflow (CNAME or TXT record validation)
  • TLS certificate provisioning via Let's Encrypt for custom domains
  • UX path stories covering the custom domain lifecycle

Context

Discovered via UX Paths analysis (docs/ux-paths/catalog.md — Gaps & Recommendations, item #5)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions