Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit 81fd8b0

Browse files
authored
Merge pull request #56 from dtanner/master
give app user inq permission on qmgr
2 parents 88a9f61 + fdb93c1 commit 81fd8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mq-dev-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if ! getent group mqclient; then
127127
fi
128128
configure_os_user 1002 1002 MQ_APP_NAME MQ_APP_PASSWORD /home/app
129129
# Set authorities to give access to qmgr, queues and topic
130-
su -l mqm -c "setmqaut -m $1 -t qmgr -g mqclient +connect"
130+
su -l mqm -c "setmqaut -m $1 -t qmgr -g mqclient +connect +inq"
131131
su -l mqm -c "setmqaut -m $1 -n \"DEV.**\" -t queue -g mqclient +put +get +browse"
132132
su -l mqm -c "setmqaut -m $1 -n \"DEV.**\" -t topic -g mqclient +sub +pub"
133133

0 commit comments

Comments
 (0)