spring-cloud-app-broker icon indicating copy to clipboard operation
spring-cloud-app-broker copied to clipboard

create routes with empty host-names to enable use of private shared domains

Open freudl opened this issue 2 years ago • 0 comments

app-broker should enable me to create routes by omitting hostnames as long as there is a domain specified.

cf cli enables me to do so, but app-broker does not.

Rationale of omitting hostnames: cf enables an operator to share private domains and, therefore, provide organizations access to dns segments.

cf create-route my-app.example.com --path /api is a valid command and results in this route: my-app.example.com/api. App-broker, in contrast, cannot do so.

freudl avatar May 23 '23 12:05 freudl