-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: enable boundary on dogfood #20766
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
6818643
feat: enable boundary on dogfood
evgeniy-scherbina 6de90f0
ci: make fmt
evgeniy-scherbina 1b5a08a
refactor: rename config file
evgeniy-scherbina ced56a3
Merge remote-tracking branch 'origin/main' into yevhenii/enable-boundary
evgeniy-scherbina b42658c
refactor: move configuration to config.yaml
evgeniy-scherbina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,222 @@ | ||
| allowlist: | ||
| # specified in claude-code module as well (effectively a duplicate); needed for basic functionality of claude-code agent | ||
| - domain=anthropic.com | ||
| - domain=registry.npmjs.org | ||
| - domain=sentry.io | ||
| - domain=claude.ai | ||
| - domain=dev.coder.com | ||
|
|
||
| # test domains | ||
| - method=GET domain=google.com | ||
| - method=GET domain=typicode.com | ||
|
|
||
| # domain used in coder task workspaces | ||
| - method=POST domain=http-intake.logs.datadoghq.com | ||
|
|
||
| # Default allowed domains from Claude Code on the web | ||
| # Source: https://code.claude.com/docs/en/claude-code-on-the-web#default-allowed-domains | ||
| # Anthropic Services | ||
| - domain=api.anthropic.com | ||
| - domain=statsig.anthropic.com | ||
| - domain=claude.ai | ||
|
|
||
| # Version Control | ||
| - domain=github.com | ||
| - domain=www.github.com | ||
| - domain=api.github.com | ||
| - domain=raw.githubusercontent.com | ||
| - domain=objects.githubusercontent.com | ||
| - domain=codeload.github.com | ||
| - domain=avatars.githubusercontent.com | ||
| - domain=camo.githubusercontent.com | ||
| - domain=gist.github.com | ||
| - domain=gitlab.com | ||
| - domain=www.gitlab.com | ||
| - domain=registry.gitlab.com | ||
| - domain=bitbucket.org | ||
| - domain=www.bitbucket.org | ||
| - domain=api.bitbucket.org | ||
|
|
||
| # Container Registries | ||
| - domain=registry-1.docker.io | ||
| - domain=auth.docker.io | ||
| - domain=index.docker.io | ||
| - domain=hub.docker.com | ||
| - domain=www.docker.com | ||
| - domain=production.cloudflare.docker.com | ||
| - domain=download.docker.com | ||
| - domain=*.gcr.io | ||
| - domain=ghcr.io | ||
| - domain=mcr.microsoft.com | ||
| - domain=*.data.mcr.microsoft.com | ||
|
|
||
| # Cloud Platforms | ||
| - domain=cloud.google.com | ||
| - domain=accounts.google.com | ||
| - domain=gcloud.google.com | ||
| - domain=*.googleapis.com | ||
| - domain=storage.googleapis.com | ||
| - domain=compute.googleapis.com | ||
| - domain=container.googleapis.com | ||
| - domain=azure.com | ||
| - domain=portal.azure.com | ||
| - domain=microsoft.com | ||
| - domain=www.microsoft.com | ||
| - domain=*.microsoftonline.com | ||
| - domain=packages.microsoft.com | ||
| - domain=dotnet.microsoft.com | ||
| - domain=dot.net | ||
| - domain=visualstudio.com | ||
| - domain=dev.azure.com | ||
| - domain=oracle.com | ||
| - domain=www.oracle.com | ||
| - domain=java.com | ||
| - domain=www.java.com | ||
| - domain=java.net | ||
| - domain=www.java.net | ||
| - domain=download.oracle.com | ||
| - domain=yum.oracle.com | ||
|
|
||
| # Package Managers - JavaScript/Node | ||
| - domain=registry.npmjs.org | ||
| - domain=www.npmjs.com | ||
| - domain=www.npmjs.org | ||
| - domain=npmjs.com | ||
| - domain=npmjs.org | ||
| - domain=yarnpkg.com | ||
| - domain=registry.yarnpkg.com | ||
|
|
||
| # Package Managers - Python | ||
| - domain=pypi.org | ||
| - domain=www.pypi.org | ||
| - domain=files.pythonhosted.org | ||
| - domain=pythonhosted.org | ||
| - domain=test.pypi.org | ||
| - domain=pypi.python.org | ||
| - domain=pypa.io | ||
| - domain=www.pypa.io | ||
|
|
||
| # Package Managers - Ruby | ||
| - domain=rubygems.org | ||
| - domain=www.rubygems.org | ||
| - domain=api.rubygems.org | ||
| - domain=index.rubygems.org | ||
| - domain=ruby-lang.org | ||
| - domain=www.ruby-lang.org | ||
| - domain=rubyforge.org | ||
| - domain=www.rubyforge.org | ||
| - domain=rubyonrails.org | ||
| - domain=www.rubyonrails.org | ||
| - domain=rvm.io | ||
| - domain=get.rvm.io | ||
|
|
||
| # Package Managers - Rust | ||
| - domain=crates.io | ||
| - domain=www.crates.io | ||
| - domain=static.crates.io | ||
| - domain=rustup.rs | ||
| - domain=static.rust-lang.org | ||
| - domain=www.rust-lang.org | ||
|
|
||
| # Package Managers - Go | ||
| - domain=proxy.golang.org | ||
| - domain=sum.golang.org | ||
| - domain=index.golang.org | ||
| - domain=golang.org | ||
| - domain=www.golang.org | ||
| - domain=goproxy.io | ||
| - domain=pkg.go.dev | ||
|
|
||
| # Package Managers - JVM | ||
| - domain=maven.org | ||
| - domain=repo.maven.org | ||
| - domain=central.maven.org | ||
| - domain=repo1.maven.org | ||
| - domain=jcenter.bintray.com | ||
| - domain=gradle.org | ||
| - domain=www.gradle.org | ||
| - domain=services.gradle.org | ||
| - domain=spring.io | ||
| - domain=repo.spring.io | ||
|
|
||
| # Package Managers - Other Languages | ||
| - domain=packagist.org | ||
| - domain=www.packagist.org | ||
| - domain=repo.packagist.org | ||
| - domain=nuget.org | ||
| - domain=www.nuget.org | ||
| - domain=api.nuget.org | ||
| - domain=pub.dev | ||
| - domain=api.pub.dev | ||
| - domain=hex.pm | ||
| - domain=www.hex.pm | ||
| - domain=cpan.org | ||
| - domain=www.cpan.org | ||
| - domain=metacpan.org | ||
| - domain=www.metacpan.org | ||
| - domain=api.metacpan.org | ||
| - domain=cocoapods.org | ||
| - domain=www.cocoapods.org | ||
| - domain=cdn.cocoapods.org | ||
| - domain=haskell.org | ||
| - domain=www.haskell.org | ||
| - domain=hackage.haskell.org | ||
| - domain=swift.org | ||
| - domain=www.swift.org | ||
|
|
||
| # Linux Distributions | ||
| - domain=archive.ubuntu.com | ||
| - domain=security.ubuntu.com | ||
| - domain=ubuntu.com | ||
| - domain=www.ubuntu.com | ||
| - domain=*.ubuntu.com | ||
| - domain=ppa.launchpad.net | ||
| - domain=launchpad.net | ||
| - domain=www.launchpad.net | ||
|
|
||
| # Development Tools & Platforms | ||
| - domain=dl.k8s.io | ||
| - domain=pkgs.k8s.io | ||
| - domain=k8s.io | ||
| - domain=www.k8s.io | ||
| - domain=releases.hashicorp.com | ||
| - domain=apt.releases.hashicorp.com | ||
| - domain=rpm.releases.hashicorp.com | ||
| - domain=archive.releases.hashicorp.com | ||
| - domain=hashicorp.com | ||
| - domain=www.hashicorp.com | ||
| - domain=repo.anaconda.com | ||
| - domain=conda.anaconda.org | ||
| - domain=anaconda.org | ||
| - domain=www.anaconda.com | ||
| - domain=anaconda.com | ||
| - domain=continuum.io | ||
| - domain=apache.org | ||
| - domain=www.apache.org | ||
| - domain=archive.apache.org | ||
| - domain=downloads.apache.org | ||
| - domain=eclipse.org | ||
| - domain=www.eclipse.org | ||
| - domain=download.eclipse.org | ||
| - domain=nodejs.org | ||
| - domain=www.nodejs.org | ||
|
|
||
| # Cloud Services & Monitoring | ||
| - domain=statsig.com | ||
| - domain=www.statsig.com | ||
| - domain=api.statsig.com | ||
| - domain=*.sentry.io | ||
|
|
||
| # Content Delivery & Mirrors | ||
| - domain=*.sourceforge.net | ||
| - domain=packagecloud.io | ||
| - domain=*.packagecloud.io | ||
|
|
||
| # Schema & Configuration | ||
| - domain=json-schema.org | ||
| - domain=www.json-schema.org | ||
| - domain=json.schemastore.org | ||
| - domain=www.schemastore.org | ||
| log_dir: /tmp/boundary_logs | ||
| log_level: warn | ||
| proxy_port: 8087 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.