Skip to content
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

Username used in place of password in IBM MQ scaler #1938

Closed
tdolby-at-uk-ibm-com opened this issue Jul 6, 2021 · 2 comments · Fixed by #1939
Closed

Username used in place of password in IBM MQ scaler #1938

tdolby-at-uk-ibm-com opened this issue Jul 6, 2021 · 2 comments · Fixed by #1939
Labels
auth bug Something isn't working

Comments

@tdolby-at-uk-ibm-com
Copy link
Contributor

It looks like the username variable "val" is used instead of the password variable "value" in the IBM MQ scaler, which makes authentication fail in many (most?) cases.

meta.password = val

passwordFromEnv would work as expected.

@tdolby-at-uk-ibm-com
Copy link
Contributor Author

Verified using netcat to dump the actual REST request made by the scaler; can submit a PR if needed.

@tomkerkhove
Copy link
Member

That would be awesome, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants