Skip to content

feat(mono-2840): Allow injecting fresh credentials per-connection - #1

Merged
phughk merged 1 commit into
masterfrom
hugh/mono-2840-fork-and-improve-mysql_async
Jul 17, 2026
Merged

feat(mono-2840): Allow injecting fresh credentials per-connection#1
phughk merged 1 commit into
masterfrom
hugh/mono-2840-fork-and-improve-mysql_async

Conversation

@phughk

@phughk phughk commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

AWS IAM authentication to Aurora instances requires using fresh, 15-minute tokens per-connection.

The existing implementation only accepts credentials from the Pool constructor.

This change allows specifying an optional credential provider, which is invoked for every new connection the pool creates.

MIrror PR: blackbeam#402

@linear-code

linear-code Bot commented Jul 17, 2026

Copy link
Copy Markdown

MONO-2840

@Weakky Weakky left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice!

@phughk
phughk merged commit fba0c8d into master Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants