Commit
bef5a177b78eab51373a1d9888cdce6a81577251
by Clayton ColemanAllow controlling spec.host via a new permission
In order to simplify control over custom routes (routes with a
non-default spec.host), make using a custom host field require the
"create" verb on "routes/custom-host". By default, admin and edit within
a project will get this permission. Users are also prohibited from
setting or altering certificates without this permission.
Integrators who want to prohibit this can drop the permission from the
role and only allow cluster administrators to fill that field.
(commit: bef5a17)