Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software 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 Jan 3, 2023

Provide a batch mode for the CreatePasswordFile utility

At the moment, the CreatePasswordFile utility requires an interactive console which prompts the user for the password.

This idea is about to extend the CreatePasswordFile util and supply a batch mode

The user supplies both the password file location and the password via the cli. Additionally, a sample JCL for this process should be provided (as part of the DBB toolkit installation directory) .

Idea priority Medium
  • Admin
    Senthil Nathan
    Reply
    |
    Jan 31, 2023

    The new Metadata Store introduced in DBB 2.0 creates and maintains direct connections to DBB build metadata stored in Db2 databases. One important focus during the development of these new database connections was security. In addition to allowing customers total control of the Db2 JDBC connection configuration, a lot of thought was given to how customers would provide Db2 credentials to the DBB APIs in order to create and maintain the Db2 connection. Most if not all Db2 JDBC driver connections require a user ID and password.


    Because DBB is often run in a batch environment, the need to store a clear text password located somewhere on the file system is considered a security vulnerability. The CreatePasswordFile utility is designed to interactively prompt for a clear text password (which is not shown during entry) and creates a 256 bit encrypted password stored in a USS file with restricted access permission settings. Providing a batch mode for the CreatePasswordFile utility would encourage the use of saving clear text Db2 passwords on the z/OS system (to send to the utility) which would defeat its purpose