-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
kind/bugkind - things not working properlykind - things not working properlypriority/needs-triagepriority - needs to be triagedpriority - needs to be triaged
Description
Checks
- I have searched the existing issues.
- My issue is related to one of the components in the
kubeflow/dashboard
repository.
Kubeflow Version
Dashboard V2 components, after the renaming
Kubeflow Platform
master branches
Kubernetes Distribution
any
Kubernetes Version
any
Description
Bumped into this while working on the migration script #154 (comment)
After the renaming we did of the centraldashboard
to be dashboard
#118 (comment) we missed to update the AuthorizationPolicy
that we have, which allows the Dashboard to talk to KFAP (living as a sidecar to the Profiles Controller)
dashboard/components/profile-controller/config/overlays/kubeflow/authorizationpolicy.yaml
Line 11 in 6eb7103
- cluster.local/ns/kubeflow/sa/centraldashboard |
Because of this, we are getting RBAC: Access Denied
in the web app since the dashboard tries to talk to the Profile Controller but now the AuthorizationPolicy
is not targeting the correct ServiceAccount of the updated Dashboard.

Relevant Logs
RBAC: Access Denied
Metadata
Metadata
Assignees
Labels
kind/bugkind - things not working properlykind - things not working properlypriority/needs-triagepriority - needs to be triagedpriority - needs to be triaged