Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm: missing permissions for Dask dashboard #852

Open
mdonadoni opened this issue Nov 27, 2024 · 0 comments
Open

helm: missing permissions for Dask dashboard #852

mdonadoni opened this issue Nov 27, 2024 · 0 comments

Comments

@mdonadoni
Copy link
Member

On DEV/QA/PROD, traefik is already deployed in the cluster, so we set traefik.enabled to false.

If Dask is enabled, reana-workflow-controllor creates a Middleware to expose the Dask dashboard. However, permissions to do so are missing when traefik.enabled is false:

# Traefik Middleware permissions
{{- if and .Values.traefik.enabled .Values.dask.enabled }}
- apiGroups: ["traefik.io"]
resources: ["middlewares"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
{{- end }}

This causes errors when trying to start any workflow using Dask.

@mdonadoni mdonadoni added this to Dask Nov 27, 2024
@mdonadoni mdonadoni moved this to In work in Dask Nov 27, 2024
@mdonadoni mdonadoni moved this from In work to Ready for work in Dask Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for work
Development

No branches or pull requests

1 participant