deployKF: RBAC: access denied on minio artifacts in KFP

Checks

  • I have searched the existing issues.
  • This issue is NOT specific to the CLI. (If so, please open an issue on the CLI repo)

deployKF Version

0.1.3

Kubernetes Version

Client Version: v1.29.0
Server Version: v1.29.0

Description

KFP artifacts stored in Minio are not available from KFP UI, throwing RBAC: access denied on trying to access /pipeline/artifacts/minio/kubeflow-pipelines/artifacts/....

They are, however accessible with the same user from Minio console. I’m using plain passwords to log in for now.

About this issue

  • Original URL
  • State: closed
  • Created 5 months ago
  • Comments: 15 (7 by maintainers)

Most upvoted comments

@metalwhale for reference, with the new approach to generating those resources in 0.1.4, re-syncing the apps would probably have been sufficient.

We no longer use Kyverno to generate these profile KFP responses, and instead just include the resources for each profile in the ArgoCD app directly.

@pbasov thanks for the feedback!

Yes, we are planning to include more tools, and KServe is top of that list right now!