Feature Request
Currently the public endpoints that gets configured are registered as services (see ControlApiUrl, ManagementApiUrl and DspBaseWebhookAddress).
They could be easily configured as @Setting as done in: #5589
the setting would be web.http.<api-context>.public.uri, if not set, it will create a localhost public endpoint based on the configured port and path
Which Areas Would Be Affected?
e.g., DPF, CI, build, transfer, etc.
Why Is the Feature Desired?
consistency, simplicity
Who will sponsor this feature?
Please @-mention the committer that will sponsor your feature.
Solution Proposal
If possible, provide a (brief!) solution proposal.
Feature Request
Currently the public endpoints that gets configured are registered as services (see
ControlApiUrl,ManagementApiUrlandDspBaseWebhookAddress).They could be easily configured as
@Settingas done in: #5589the setting would be
web.http.<api-context>.public.uri, if not set, it will create a localhost public endpoint based on the configuredportandpathWhich Areas Would Be Affected?
e.g., DPF, CI, build, transfer, etc.
Why Is the Feature Desired?
consistency, simplicity
Who will sponsor this feature?
Please @-mention the committer that will sponsor your feature.
Solution Proposal
If possible, provide a (brief!) solution proposal.