Open theangrydev opened 7 months ago
The MQ Advanced for Developers offers additional developer configuration to help you get started, which includes the "app" and "admin" users. Previously, the admin user had a default password ("passw0rd"), and the app user could connect with no password. Both of these were identified as potential security issues, and that they shouldn't apply by default. So now the user won't be available unless you explicitly set the password by using an environment variable: MQ_APP_PASSWORD
for the app
user; MQ_ADMIN_PASSWORD
for the admin
user.
Makes sense, is this in the release notes somewhere I must have missed it?
I used to be able to start the container like:
And connect successfully using:
With either empty string or null for the password.
But since icr.io/ibm-messaging/mq:9.3.4.1-r1 (or 9.3.4.0-r1) I get this error on Linux: