Add AWS STS auth type to MCPExternalAuthConfig CRD#3816
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3816 +/- ##
==========================================
- Coverage 66.81% 66.79% -0.02%
==========================================
Files 439 439
Lines 43437 43503 +66
==========================================
+ Hits 29021 29058 +37
- Misses 12168 12194 +26
- Partials 2248 2251 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
edf3c02 to
a3e053d
Compare
Extends the MCPExternalAuthConfig CRD with a new 'awsSts' authentication type that enables AWS STS token exchange with SigV4 request signing for MCP servers. The AWSStsConfig supports: - Region and service configuration for SigV4 signing - Default IAM role ARN for token exchange - Role claim-based mapping for multi-tenant scenarios - Session name claim for CloudTrail correlation - Configurable session duration This allows vMCP to authenticate with AWS services (like AWS MCP Server) by exchanging incoming OIDC tokens for temporary AWS credentials using STS AssumeRoleWithWebIdentity. Fixes: #3570
a3e053d to
a999985
Compare
rdimitrov
approved these changes
Feb 13, 2026
JAORMX
approved these changes
Feb 13, 2026
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.
Extends the MCPExternalAuthConfig CRD with a new 'awsSts' authentication type that enables AWS STS token exchange with SigV4 request signing for MCP servers.
The AWSStsConfig supports:
This allows vMCP to authenticate with AWS services (like AWS MCP Server) by exchanging incoming OIDC tokens for temporary AWS credentials using STS AssumeRoleWithWebIdentity.
Fixes: #3570