-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support aws secretmanager authentication #5162
Add support aws secretmanager authentication #5162
Conversation
Thank you for your contribution! 🙏 We will review your PR as soon as possible. While you are waiting, make sure to:
Learn more about: |
Semgrep found 6 Semgrep found a possible error wrong wrapped. Ignore this finding from wrong-wrapped-error. |
a25b5dd
to
7e75b9b
Compare
Hi @JorTurFer could you please run |
/run-e2e |
unit test fail
|
I will look into it. |
Hi @zroubalik could you please rerun the |
/run-e2e |
@geoffrey1330 thanks for the hardwork! looking forward for this feature to be available |
/run-e2e aws_secretmanager |
/run-e2e aws_secretmanager |
/run-e2e aws_secretmanager |
/run-e2e aws_secretmanager |
/run-e2e aws_secretmanager |
/run-e2e aws_secretmanager |
/run-e2e aws_secretmanager |
/run-e2e aws_secretmanager |
tests/secret-providers/aws_secretmanager/aws_secretmanager_test.go
Outdated
Show resolved
Hide resolved
/run-e2e aws_secretmanager |
@JorTurFer @zroubalik Any chance you could run e2e? Thanks! |
/run-e2e aws_secretmanager |
Hi @JorTurFer @zroubalik could you please review my PR. |
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.
Looking good, but you used aws-sdk-go and we are using aws-sdk-go-v2. Could you update the code to use the new SDK?
Could you also add an e2e test case (split from current) which uses podIdentity instead of credentials? The code will be almost the same, so just copying and pasting you could have the majority of the work done
tests/secret-providers/aws_secretmanager/aws_secretmanager_test.go
Outdated
Show resolved
Hide resolved
tests/secret-providers/aws_secretmanager/aws_secretmanager_test.go
Outdated
Show resolved
Hide resolved
tests/secret-providers/aws_secretmanager/aws_secretmanager_test.go
Outdated
Show resolved
Hide resolved
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: Geoffrey Israel <israelgeoffrey13@gmail.com>
Signed-off-by: Geoffrey Israel <israelgeoffrey13@gmail.com>
Signed-off-by: Geoffrey Israel <israelgeoffrey13@gmail.com>
Signed-off-by: Geoffrey Israel <israelgeoffrey13@gmail.com>
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com>
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com>
/run-e2e aws_secretmanager |
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com>
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
/run-e2e aws_secretmanager |
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.
LGTM!
Let's wait until the documentation is ready to merge
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.
Great job!
There are just a few minor nits in go imports and code comments. We can go ahead once we fix these.
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com>
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com>
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com>
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com>
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com>
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com>
Hi @zroubalik I've fixed all suggested changes could you please review the PR again. |
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com>
/run-e2e aws_secretmanager |
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.
Looking good! Great job @geoffrey1330
Once all comments in docs PR kedacore/keda-docs#1289 are resolved, we can go ahead and merge this PR.
All suggested comment resolved. |
Signed-off-by: geoffrey1330 <israelgeoffrey13@gmail.com> Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl> Signed-off-by: Geoffrey Israel <israelgeoffrey13@gmail.com> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Co-authored-by: Jorge Turrado <jorge.turrado@scrm.lidl> Signed-off-by: Siva Guruvareddiar <sivagurunath@gmail.com>
Provide a description of what has been changed
Checklist
Fixes #4628
Relates to #