-
Notifications
You must be signed in to change notification settings - Fork 4
feat: gateway targets #12
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
Conversation
|
/do-e2e-tests |
|
End to end test has been scheduled |
|
E2E tests in progress |
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.
E2E tests completed successfully
| "bedrock-agentcore:UpdateGatewayTarget", | ||
| "bedrock-agentcore:ListGatewayTargets" | ||
| ] | ||
| Resource = [ |
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.
Are we supporting existing role with the gateway module. If yes, then we need to add assumerole policy.
https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-prerequisites-permissions.html#gateway-service-role-permissions
same with KMS key encryption. I don't see it in this module but if we are planning to then will have to add kms permission too.
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.
That's already there (added before this PR for assume role:
terraform-aws-agentcore/gateway.tf
Line 70 in d2be2ce
| # IAM Role for Agent Gateway |
terraform-aws-agentcore/gateway.tf
Line 122 in d2be2ce
| policy = jsonencode({ |
MichaelWalker-git
left a comment
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.
LGTM
| content {} | ||
| } | ||
|
|
||
| dynamic "api_key" { |
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.
Interesting
No description provided.