-
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
fix: safely parse renewable field from vault response #5193
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: |
d675994
to
b4e1f84
Compare
@dttung2905 PTAL |
@kmdrn7 Thanks for the 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.
Thanks alot for the PR. Just a minor nitpick from me 😄
Signed-off-by: Andika Ahmad Ramadhan <andikahmadr@gmail.com>
Signed-off-by: Andika Ahmad Ramadhan <andikahmadr@gmail.com>
8ef71ac
to
1ccbfdb
Compare
/run-e2e hashicorp_vault |
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.
Thanks for the improvement!
/run-e2e hashicorp_vault |
/run-e2e hashicorp_vault |
* fix: safely parse renewable field from vault response Signed-off-by: Andika Ahmad Ramadhan <andikahmadr@gmail.com> * fix: typos Signed-off-by: Andika Ahmad Ramadhan <andikahmadr@gmail.com> --------- Signed-off-by: Andika Ahmad Ramadhan <andikahmadr@gmail.com> Signed-off-by: Yoon Park <yoongon.park@gmail.com>
* fix: safely parse renewable field from vault response Signed-off-by: Andika Ahmad Ramadhan <andikahmadr@gmail.com> * fix: typos Signed-off-by: Andika Ahmad Ramadhan <andikahmadr@gmail.com> --------- Signed-off-by: Andika Ahmad Ramadhan <andikahmadr@gmail.com> Signed-off-by: anton.lysina <alysina@gmail.com>
This PR fixes the issue where keda operator throwing panic error while using
ScaledObject
withTriggerAuthentication
that use hashicorp vault provider authenticated using root token.Checklist
Fixes #5192