Custom wildcard domain per service offering / control plane combination (ControlPlaneCRD) #293
Labels
No labels
API
Billing
UI/UX
dependencies
bug
change
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#293
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?
Stories
As a platform operator, I want to specify a custom wildcard FQDN per service offering / control plane combination
This is intended for the Codey use case where we offer a wildcard FQDN "*.app.codey.ch" which is specific per control plane.
Implementation Notes
Add a new field to the
ControlPlaneCRDmodel, similar to theControlPlane.wildcard_dnsfield.When this new field has a value, use this one to generate the FQDN in the frontend, instead of the one defined in the
ControlPlanemodel. When the value is empty, behave as now.