Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Wildcard domain handling needed for JupyterLab, RStudio, Airflow IDEs #2610

Closed as not planned
Assignees
sreyaspikecurtistjcran
@sharkymark

Description

@sharkymark

Wildcard domain handling means that the URLs constructed to access Workspace Apps like JupyterLab, RStudio, etc, encode the workspace ID and app name in thehost portion. This is a blocker for many data science and V1 customers who need these IDEs

E.g.https://spike.dogfood.jupyterlab.dev.coder.com/ might represent the workspacespike/dogfood with the app namedjupyterlab.

The deployment operator needs to register a wildcard DNS entry like**.dev.coder.com pointing to the Coder server IP, and also have a wildcard certificate if they're doing TLS (which they absolutely should).

Then, Coder server routes the HTTP requests to the appropriate workspace based on theHost header in the HTTP request.

Implementation Notes:

Should this be configured in the template, or on a per-cluster basis?

  • Cluster operator might not have a wildcard certificate / DNS entry as these are expensive
  • Certain apps seem to require this as indicated in the title
  • Some apps can support both, but need to be correctly configured, e.g. RStudio according to@Emyrk
  • Backend can probably accept either, simultaneously, but we still need to determine what URL to use on the front end

Acceptance Criteria:

???

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp