-
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
Adding auth trigger to pubsub #1291
Conversation
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com>
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com>
LGTM. Thanks @harshthakur9030! |
Would you mind updating our docs on https://github.com/kedacore/keda-docs/blob/master/content/docs/2.0/scalers/gcp-pub-sub.md as well please? |
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.
Can you update the changelog please?
https://github.com/kedacore/keda/blob/v2/CHANGELOG.md
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, just a minor nit in tests and as Tom mentioned, please add that to docs and add this to Changelog (Improvement section)
// incorrect credentials | ||
{map[string]string{"subscriptionName": "mysubscription", "subscriptionSize": "7", "credentialsFromEnv": "WRONG_CREDS"}, true}, | ||
{nil, map[string]string{"subscriptionName": "mysubscription", "subscriptionSize": "7", "credentialsFromEnv": "WRONG_CREDS"}, false}, |
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.
As you mentioned in the slack, this should be revised, we don't have to keep this test case, as it is the same as the one on line 25
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com>
PTAL @zroubalik @tomkerkhove ! Did the changes asked. Here's the doc PR: kedacore/keda-docs#293 |
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com> Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Harsh Thakur harshthakur9030@gmail.com
Provide a description of what has been changed
Checklist
Relates to #1273