tektoncd / results

Long term storage of execution results.
Apache License 2.0
77 stars 73 forks source link

Auth failure for admin and edit roles users #486

Closed khrm closed 1 year ago

khrm commented 1 year ago

Expected Behavior

  1. We shouldn't have to create rolebindings for admin https://github.com/tektoncd/results/blob/1c725664d2e78aa592f93aa92217a3ff075ccebc/config/base/default-clusterroles.yaml#L36 and readwrite https://github.com/tektoncd/results/blob/1c725664d2e78aa592f93aa92217a3ff075ccebc/config/base/default-clusterroles.yaml#L27
  2. ATM, we need to define these roles for admin or edit role users.

Actual Behavior

There should be no need to create additional rolebindings for admin/edit users.

khrm commented 1 year ago

/assign @khrm