-
Notifications
You must be signed in to change notification settings - Fork 5
Feature/2025 12 create ldbc auth plugin #598
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
Feature/2025 12 create ldbc auth plugin #598
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## series/0.5.x #598 +/- ##
================================================
+ Coverage 84.87% 85.05% +0.18%
================================================
Files 213 216 +3
Lines 11495 10893 -602
Branches 1126 1104 -22
================================================
- Hits 9756 9265 -491
+ Misses 1739 1628 -111
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Implementation Details
You can now use any authentication plugin with the MySQL server.
Plugins can be customized by using the
ldbc.authentication.plugin.AuthenticationPlugin.The following items require configuration.
This can be used primarily for IAM authentication with AWS Aurora and Azure SQL Database.
AWS IAM authentication is supported by default as follows.
Using this plugin enables connection processing with IAM authentication on AWS Aurora.
Fixes
Fixes #xxxxx
Pull Request Checklist
References