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

Add default permission to create temporary response queues to principal 'app' #547

Open
danielfedeai opened this issue Nov 8, 2023 · 0 comments

Comments

@danielfedeai
Copy link

The default developer setup works fine to do simple queue publishing and subscribing samples.
If I want to do a simple request response example with publishing to queue DEV.QUEUE.1 and create a temp queue for response, this does not work due to missing permission of principal 'app' on channel DEV.APP.SVRCONN.

I needed to run: SET AUTHREC PRINCIPAL('app') OBJTYPE(QUEUE) PROFILE(SYSTEM.DEFAULT.MODEL.QUEUE) AUTHADD(GET,PUT,DSP) to make this work.

Would love to see this permission as part of the default developer configuration.

JEFFLUFC pushed a commit that referenced this issue Dec 13, 2023
* Fix htpassword update logic

* Delete mq.htpasswd.default file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant