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

docs: add section about how to disable path based apps to security best practices#18419

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
EdwardAngert merged 9 commits intomainfromdisable-path-based-apps
Jul 1, 2025
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
add disable path-based app section
  • Loading branch information
@EdwardAngert
EdwardAngert committedJun 17, 2025
commit1dcc3f4964c2c3880deb3021da50fe1b8b21cd1b
13 changes: 13 additions & 0 deletionsdocs/tutorials/best-practices/security-best-practices.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -66,6 +66,19 @@ logs (which have `msg: audit_log`) and retain them for a minimum of two years
If a security incident with Coder does occur, audit logs are invaluable in
determining the nature and scope of the impact.

### Disable path-based apps

By default, path-based apps are enabled in Coder to make demos and trials easier for new users.

In production deployments, however, path-based apps reduce security significantly as it allows user workspace apps to be hosted on the same domain as other apps and the Coder API itself in the default region.

We recommend turning off path-based apps after you have configured and enabled subdomain apps via a wildcard DNS entry.

The impact of having path-based apps enabled is mitigated by default, but we still recommend disabling it to prevent malicious workspaces accessing other workspaces owned by the same user or performing requests against the Coder API:

- Path-based apps cannot be shared with other users without a special flag `--dangerous-allow-path-app-sharing`
- Users with the site "owner" role cannot use their admin privileges to access path-based apps for workspace they do not own without a special flag `--dangerous-allow-path-app-site-owner-access`

## PostgreSQL

PostgreSQL is the persistent datastore underlying the entire Coder deployment.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp