You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: