-
Notifications
You must be signed in to change notification settings - Fork 11
feat: enabled irsa #373
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
feat: enabled irsa #373
Conversation
michaeladler
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.
- Most CI jobs are failing.
- I'd prefer the
BeforeConnectcallback mechanism (as explained in the other comment).
da5de5e to
9dd083c
Compare
c07ca8a to
e284e25
Compare
michaeladler
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.
This goes into the right direction now. Keep going!
16a0dcb to
25bfde2
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #373 +/- ##
==========================================
- Coverage 81.82% 81.06% -0.76%
==========================================
Files 93 93
Lines 3845 3897 +52
==========================================
+ Hits 3146 3159 +13
- Misses 450 488 +38
- Partials 249 250 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The build currently fails due to an outdated go.sum file. Also, please squash all your commits and write a nice git commit message with explanation. Also, an entry to the CHANGELOG.md is missing. |
156608a to
08f639a
Compare
fixed as requested.. |
|
Please check the failing CI jobs. Other than that, I think it looks pretty solid now. |
4a598b8 to
edc2216
Compare
pipeline seems fine now https://github.com/jetndra/wfx/actions/runs/20260063145/job/58169940284 |
|
Yeah it does, but now you have to squash your commits again and get rid of the merge commit ;) |
2bb0e8a to
3a98317
Compare
fixed now :) |
cbb6f32 to
7301bd7
Compare
09afcfb to
8f7246a
Compare
It looks like you lost the entry to the CHANGELOG.md at some point. I remember it being there but now it's gone. |
65ef926 to
8b8298f
Compare
Updated CHANGELOG.md |
|
Please squash your commits again into a single commit :) |
6b495aa to
a4a0435
Compare
This commit adds support for AWS RDS IAM authentication, allowing the application to connect to RDS PostgreSQL instances using IAM credentials instead of static passwords. Key changes: - Added AWS SDK dependencies for RDS authentication token generation - Implemented IAM authentication in PostgreSQL connection logic with IRSA support - Updated configuration documentation with RDS IAM authentication examples - Added CHANGELOG entry for the new feature The implementation automatically detects when IAM authentication should be used based on the connection string and AWS credentials availability. Signed-off-by: jetendra <jetendra.laha@siemens.com>
a4a0435 to
b2a8869
Compare
please check now.. |
|
Thanks for your contribution! |
Description
Please provide a concise summary of the changes and their motivation.
Issues Addressed
List and link all the issues addressed by this PR.
Change Type
Please select the relevant options:
Checklist