Skip to content

feat: add support for using an AWS Credential Provider to authenticate MongoDB connections#1319

Merged
kriswest merged 4 commits intofinos:mainfrom
kriswest:1299-awsCredentialProviders-c
Dec 15, 2025
Merged

feat: add support for using an AWS Credential Provider to authenticate MongoDB connections#1319
kriswest merged 4 commits intofinos:mainfrom
kriswest:1299-awsCredentialProviders-c

Conversation

@kriswest
Copy link
Contributor

resolves #1299

n.b. Based on #1316 which should be merged first (diff should reduce significantly)

  • Adds support for using an AWS Credential Provider to authenticate in the MongoDB adaptor, enabled via a custom config property.
  • Refines the config schema for database connections
  • Corrects a test that used a custom database type that is no longer valid under the schema
  • Corrects the config schema for Attestation question tooltips and adds a description

@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for endearing-brigadeiros-63f9d0 canceled.

Name Link
🔨 Latest commit 9fe4145
🔍 Latest deploy log https://app.netlify.com/projects/endearing-brigadeiros-63f9d0/deploys/693d7771f311dc0008aac74f

@kriswest kriswest requested a review from a team December 12, 2025 18:43
@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

❌ Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.64%. Comparing base (f31592b) to head (9fe4145).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/db/mongo/helper.ts 25.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1319      +/-   ##
==========================================
- Coverage   80.69%   80.64%   -0.05%     
==========================================
  Files          65       65              
  Lines        4568     4572       +4     
  Branches      776      776              
==========================================
+ Hits         3686     3687       +1     
- Misses        867      870       +3     
  Partials       15       15              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@jescalada jescalada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

@kriswest kriswest merged commit e767463 into finos:main Dec 15, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support AWS IAM credentials / AWS Credentials providers in the MongoDB connection config

2 participants