mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
Update remaining allowed_domains references to experimental_allowed_domains
This commit is contained in:
10
README.md
10
README.md
@@ -582,7 +582,7 @@ For enhanced security, you can restrict Claude's network access to specific doma
|
|||||||
- Preventing access to external services
|
- Preventing access to external services
|
||||||
- Limiting Claude to only your internal APIs and services
|
- Limiting Claude to only your internal APIs and services
|
||||||
|
|
||||||
When `allowed_domains` is set, Claude can only access the domains you explicitly list. You'll need to include the appropriate provider domains based on your authentication method.
|
When `experimental_allowed_domains` is set, Claude can only access the domains you explicitly list. You'll need to include the appropriate provider domains based on your authentication method.
|
||||||
|
|
||||||
#### Provider-Specific Examples
|
#### Provider-Specific Examples
|
||||||
|
|
||||||
@@ -593,7 +593,7 @@ When `allowed_domains` is set, Claude can only access the domains you explicitly
|
|||||||
with:
|
with:
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
# Or: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
# Or: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||||
allowed_domains: |
|
experimental_allowed_domains: |
|
||||||
.anthropic.com
|
.anthropic.com
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -603,7 +603,7 @@ When `allowed_domains` is set, Claude can only access the domains you explicitly
|
|||||||
- uses: anthropics/claude-code-action@beta
|
- uses: anthropics/claude-code-action@beta
|
||||||
with:
|
with:
|
||||||
use_bedrock: "true"
|
use_bedrock: "true"
|
||||||
allowed_domains: |
|
experimental_allowed_domains: |
|
||||||
bedrock.*.amazonaws.com
|
bedrock.*.amazonaws.com
|
||||||
bedrock-runtime.*.amazonaws.com
|
bedrock-runtime.*.amazonaws.com
|
||||||
```
|
```
|
||||||
@@ -614,7 +614,7 @@ When `allowed_domains` is set, Claude can only access the domains you explicitly
|
|||||||
- uses: anthropics/claude-code-action@beta
|
- uses: anthropics/claude-code-action@beta
|
||||||
with:
|
with:
|
||||||
use_vertex: "true"
|
use_vertex: "true"
|
||||||
allowed_domains: |
|
experimental_allowed_domains: |
|
||||||
*.googleapis.com
|
*.googleapis.com
|
||||||
vertexai.googleapis.com
|
vertexai.googleapis.com
|
||||||
```
|
```
|
||||||
@@ -627,7 +627,7 @@ In addition to your provider domains, you may need to include GitHub-related dom
|
|||||||
- uses: anthropics/claude-code-action@beta
|
- uses: anthropics/claude-code-action@beta
|
||||||
with:
|
with:
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
allowed_domains: |
|
experimental_allowed_domains: |
|
||||||
.anthropic.com # For Anthropic API
|
.anthropic.com # For Anthropic API
|
||||||
.github.com
|
.github.com
|
||||||
.githubusercontent.com
|
.githubusercontent.com
|
||||||
|
|||||||
Reference in New Issue
Block a user