You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pluggable-connauth.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This pluggable authentication mode is to allow developers using the mq-container
12
12
13
13
### Preparing htpasswd file
14
14
15
-
1.A default `mq.htpasswd.default` file is provided and placed under /etc/mqm/ directory inside the container.
15
+
1.The `mq.htpasswd` file gets generated and placed under /run/ directory inside the container when the password for `admin` or `app` users is set via environment variables. No default password is set for these users.
16
16
2. You can set the password for user `admin` by setting the environment variable `MQ_ADMIN_PASSWORD`.
17
17
3. You can add user `app` into mq.htpasswd file by setting the environment variable `MQ_APP_PASSWORD`. This user `app` can be used to access `DEV.*` objects of the queue manager.
0 commit comments