tektoncd / operator

Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …)
Apache License 2.0
449 stars 198 forks source link

TektonResult Route isn't accessible to OpenShift to system:authenticated user #1729

Closed khrm closed 8 months ago

khrm commented 1 year ago

Expected Behavior

TektonResult API server Route isn't in OpenShift to system:authenticated user

Actual Behavior

TektonResult Route isn't in OpenShift to system:authenticated user

 ❯ oc get route tekton-results-api-service  -n openshift-pipelines
Error from server (Forbidden): routes.route.openshift.io "tekton-results-api-service" is forbidden: User "developer" cannot get resource "routes" in API group "route.openshift.io" in the namespace "openshift-pipelines"
khrm commented 10 months ago

/assign @khrm

khrm commented 8 months ago

This was done by https://github.com/tektoncd/operator/pull/1947

khrm commented 8 months ago

/close