AWS bedrock-agentcore documentation change
Summary
Added TUI interactive workflow documentation for configuring tools including authentication options for AgentCore Gateway
Security assessment
The changes document authentication methods (IAM, OAuth) for AgentCore Gateway which is a security feature, but there is no indication of a specific security vulnerability being fixed.
Diff
diff --git a/bedrock-agentcore/latest/devguide/harness-tools.md b/bedrock-agentcore/latest/devguide/harness-tools.md index 8ac040549..a0a0cddac 100644 --- a//bedrock-agentcore/latest/devguide/harness-tools.md +++ b//bedrock-agentcore/latest/devguide/harness-tools.md @@ -192,0 +193,26 @@ Override tools on a single invocation: +Interactive + + +Run `agentcore` in a project directory, select **add** , choose **Harness** , and advance to **Advanced settings** . Enable **Tools** with **Space** , then press **Enter** . + + 1. Select the tools for your harness: **AgentCore Browser** , **AgentCore Code Interpreter** , **AgentCore Gateway** , or **Remote MCP Server** . Use **Space** to toggle each, then press **Enter** . + + + + 2. For a **Remote MCP Server** , the wizard prompts for the server name, URL, and optional request headers. + + + + 3. For an **AgentCore Gateway** , enter the gateway ARN and choose its outbound authentication: **AWS IAM** (default), **None** , or **OAuth** . + + + + 4. Review the configuration summary and confirm. + + + + + + +Then run `agentcore deploy` to apply. +