-
Bug
-
Resolution: Done
-
Blocker
-
7.12.0.GA
-
None
-
OCP 4.8
BA Operator 7.12.0 CR2
-
False
-
False
-
CR2
-
-
-
-
-
-
CR3
-
+
-
-
-
2022 Week 02-04 (from Jan 10)
During testing of custom host configuration I found issue during creating a new route for deployment. When is custom route set in KieApp, operator will fail to create a route with following exception, and no deployments are created.
Route.route.openshift.io \"myapp-rhpamcentr\" is invalid: spec.host: Forbidden: you do not have permission to set the host field of the route
This failure is caused by missing permission for routes/custom-host. For more details see these PRs - https://github.com/openshift/origin/issues/22612 & https://github.com/openshift/openshift-docs/pull/14539
We also faced same issue in Kogito operator - see https://github.com/kiegroup/kogito-operator/pull/989/files#diff-77fc6c482c0f52c75b02e4ebd44c52ee62a4ebd04fb1e5519cfbaadb091220e8R408. In Kogito Operator was then applied little different approach see KOGITO-5903 and it's PR https://github.com/kiegroup/kogito-operator/pull/1033
Goal:
- add missing permissions to the BA Operator
- relates to
-
KIECLOUD-618 Fix label and description for routeHostname in Operator UI
- Closed