-
Notifications
You must be signed in to change notification settings - Fork 59
fix(registry/modules/goose): default subdomain to false #420
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR changes the default value of the subdomain
variable from true
to false
in the goose module to provide better out-of-the-box experience for users who don't have wildcard subdomain setup.
- Changed default subdomain behavior from subdomain-based to path-based routing
- Added comprehensive test coverage for both subdomain configurations
- Updated documentation to explain the default behavior and production recommendations
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
registry/coder/modules/goose/main.tf | Changed default value of subdomain variable from true to false |
registry/coder/modules/goose/main.test.ts | Added test structure and coverage for both subdomain true/false scenarios |
registry/coder/modules/goose/README.md | Added troubleshooting documentation explaining default behavior and production recommendations |
❌ Version Bump Validation FailedBump Type: Module versions need to be updated but haven't been bumped yet. Required Actions:
Script Output:
|
Relates to coder/coder#18779
See also #419
By default, we set subdomain = true. Most folks testing this out don't have a wildcard subdomain setup. This switches to path-based behaviour by default and adds a note to the troubleshooting section.
Testing notes below: