-
Notifications
You must be signed in to change notification settings - Fork 62
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
How can I map the MCAUserIdentifier ? #212
Comments
Getting a connection assoociated with a userid would normally be done with the MQCSP userid/password authentication. And then have the qmgr appropriately configured. Or using a CHLAUTH rule to map inbound userids/certificates. |
Probably the AUTHINFO rule in place on the qmgr needs ADOPTCTX(yes). But that's all outside the sope of this package - there are a number of considerations for setting up authorisation and authentication on the qmgr, which can also be different between regular and container environments. |
Got it. It worked after setting up an OS user for this. |
I am running this lib in a openshift container envvironment (with a random user id) and I need to set the MCAUserIdentifier programmatically. Unfortunaltely this is not allowed by the API.
How can I achieve or overcome this issue?
The text was updated successfully, but these errors were encountered: