Skip to Main Content
Integration


This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Not under consideration
Created by Guest
Created on Dec 14, 2023

IBM MQ Explorer V9.3 integration with Delinea PAM solution

Relying on case TS014905699 advise, I am posting the "idea" of IBM MQ Explorer integration with Delinea Privileged Access Management (PAM) in order to support the "enhancement" by MQ Explorer the automated password rotation/change implemented by Delinea PAM Secret Server.

Case Description

MQ Explorer is being used for connectivity against several MQ hosts (Severs or Clients) on various platforms (Windows, AIX, Linux, z/OS) by entering manually MQ user profile Credentials (User ID & Pwd), depending on platform authentication mechanism (i.e. Windows -> Domain authentication, AIX/Linux -> OS Authentication, etc)

Now, local Bank organization has deployed Delinea PAM as the core solution for Privileged Access Management (IT admins) against all IT infra Servers (i.e. DBase Servers, Application Servers, File Servers, Domain Controllers, etc), which rotates/changes each admin user's password every 30 days automatically and keeps it within PAM Secret server store, not visible, not accessible by anyone.

As you may realize, the new Delinea PAM solution above, affects user connectivity via MQ explorer against MQ hosts (MQ Servers or MQ Clients), given that MQ user credentials (User ID & Pwd) were defined manually up to now at MQ Explorer connection details properties and stored locally (but encrypted) on WMQ_Passwords.xml located at local Windows path -> C:\Users\xxxxx\IBM\WebSphereMQ\workspace\.metadata\.plugins\com.ibm.mq.explorer.ui.

Environment

Windows MQ Admin system (Physical or Virtual) -> Windows 10 ver 22H2

MQ Explorer ver 9.3.1.0

MQ Client v9.3.0.10 LTS

Delinea PAM Secret Server ver 11.1

Delinea Connection Manager ver 2.3.1

--

Email: nikolaos.dakoronias@kyndryl.com

Phone No: +30-210 3579189, Mob: +30-6951 653784

Idea priority Medium
  • Admin
    Mark Taylor
    Reply
    |
    Jan 9, 2024

    This is not something we would expect to implement in MQ.

    For custom userid/password management, you have the option of

    a) not storing any passwords in the Explorer configuration, and entering it each time

    b) Using a channel exit that can obtain the password in any way it wants, and inserting that.

    There are examples of channel exits to assist with authentication; if you know the APIs into your password provider, then you ought to be able to write such an exit (or get some services to write one for you).