Soheel Chughtai

Results 78 comments of Soheel Chughtai

@jjasghar @ibm-reaper could you please either: Fix the codify/pr dependency on this repository, so it is triggered and reported correctly or Grant me admin access to this repository, so I...

@mseul-ibm I would like to accept this pull-request, bump the version and publish to npm, but I am prevented by a broken codacy dependency. Could you please fix this, or...

@johnwalicki published to npm as 0.10.4 though had to fork to https://github.com/ibm-early-programs/node-red-node-watson to do so. Please close this pull request. I will open a new one, with the bump /...

What are you trying to do? Neither `ref-napi` nor `ffi-napi` are direct (or as of current, indirect) dependencies of `ibmmq` `ffi-napi` used to be a direct dependency, with `ref-napi` a...

When you run the IBM MQ container you must supply - MQ_APP_PASSWORD - MQ_ADMIN_PASSWORD You can also supply - MQ_APP_USER - MQ_ADMIN_USER See https://developer.ibm.com/tutorials/mq-connect-app-queue-manager-containers/ for guidance.

@shreeya1510 please sign the CLA - https://cla-assistant.io/ibm-messaging/mq-dev-patterns?pullRequest=257

Thanks @arthurbarr Some additional notes: I think an improved example of creating a secret would be: ```` ADMIN_SECRET=passw0rd podman secret create --env=true mqAdminPassword ADMIN_SECRET ```` A Posix of `0777` is...

By using (Linux & MacOS only) ```` ADMIN_SECRET=passw0rd podman secret create --env=true mqAdminPassword ADMIN_SECRET ```` on one line only, the password is in an environment variable only for the length...