We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GCP PubSub scaler panicking upon unmarshalling wrong credentials.
When passing invalid credentials to the gcp pub sub scaler, upon creation of the StackDriverClient, the code panics if the credentials cannot be unmarshalled. See https://github.com/kedacore/keda/blob/master/pkg/scalers/stackdriver_client.go#L29
Log an error and return it.
The text was updated successfully, but these errors were encountered:
Can you let us know if it's still the case with 1.4.1 please?
Sorry, something went wrong.
chore: Change master references to main (kedacore#616)
master
main
f58c725
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
Successfully merging a pull request may close this issue.
GCP PubSub scaler panicking upon unmarshalling wrong credentials.
Expected Behavior
When passing invalid credentials to the gcp pub sub scaler, upon creation of the StackDriverClient, the code panics if the credentials cannot be unmarshalled.
See https://github.com/kedacore/keda/blob/master/pkg/scalers/stackdriver_client.go#L29
Actual Behavior
Log an error and return it.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: