dask / dask/dask-gateway

Support TLS for IngressRoute

Open
#298 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
148
Forks
93
PR merge metrics
No merged PRs in 30d

Description

When Dask Gateway is hosted in a secure corporate environment (that prohibits accessing the dashboard via http), we still want to provide that ability to the users.
At the minimum, be able to support the follow generated route:
```yaml
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
....
spec:
entryPoints:
- websecure
tls:
options:
domains:
- main: eyal-dask-cpu.812896951795.dev.aws.jpmchase.net
routes:
- kind: Rule
...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.