feat(03-AgentCore-identity): Add private Keycloak IdP samples with VPC Lattice#1448
Open
CameronKeeneAWS wants to merge 1 commit into
Open
feat(03-AgentCore-identity): Add private Keycloak IdP samples with VPC Lattice#1448CameronKeeneAWS wants to merge 1 commit into
CameronKeeneAWS wants to merge 1 commit into
Conversation
…C Lattice Add two tutorials demonstrating inbound JWT authorization from a private VPC-hosted Keycloak instance using the privateEndpoint feature (VPC Lattice managed connectivity). 13-Private-IdP-Keycloak-Runtime: - Private Keycloak + privateEndpoint + AgentCore Runtime - Inbound JWT auth for agent invocations - One-click deploy/cleanup scripts 14-Private-IdP-Keycloak-Gateway: - Private Keycloak + privateEndpoint + AgentCore Gateway - Inbound JWT auth for MCP tool calls - Lambda-backed gateway target with tool schema - One-click deploy/cleanup scripts Both samples include: - CloudFormation template (EC2 + internal ALB + ACM cert + Route53) - Keycloak setup script (Admin REST API configuration) - Invoke script for end-to-end testing - Troubleshooting guide
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Amazon Bedrock AgentCore Samples Pull Request
Issue number: #1447
Concise description of the PR
User experience
Before: No sample existed showing how to integrate AgentCore with a private (non-internet-facing) Keycloak identity provider. Users wanting to use private IdPs with AgentCore received "Invalid inbound token" errors with no reference architecture to resolve the issue.
After: Users can follow fully automated deployments (deploy_sample.sh / cleanup_sample.sh) that provision:
The samples include architecture diagrams, CloudFormation templates, Keycloak setup scripts, and complete teardown scripts.
Checklist
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.