Skip to Main Content
IBM Sustainability Software - Ideas Portal


This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. 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 Under review
Created by Guest
Created on Aug 6, 2026

Request to provide an ability to manage environmental variables via ManageWorkspace CR

Currently latest versions of Maximo Manage 9.1 or 9.2 has ability to configure ephemeral volume mounts via Maximo Manage WorkSpace CR, which is a good option to redirect file operations(for example Maximo Logs or Liberty logs folder/process) to an ephemeral volume mounts mounted on PVCs (rather than writing them on local ephemeral storage of the container). But it has some limitations like, we are unable to redirect some of the operations or folder structures or environmen/system parameters like WLP_OUTPUT_DIR to an external ephemeral volume mount. Since these  environmental variables are not managed by ManageWorkSpace CR, we have to explicitly configure them via Deployment YAMLs or in Environmental properties of Deployment YAML or via Server.env file of WAS liberty. Changes made via Deployment YAML gets removed when we delete the deployments or make changes. So it would be nice if IBM provides an option to manage these kind of environmental variables or parameters via ManageWorkSpace CR as well.

Idea priority Medium
Needed By Not sure -- Just thought it was cool
  • ADMIN RESPONSE
    Aug 6, 2026

    Hi,

    Thank you for taking the time to provide your ideas to IBM. This Idea is now Under Review. We truly value our relationship with you and appreciate your willingness to share details about your experience, your recommendations, and ideas. Thank you again for your feedback.

  • Guest
    Aug 10, 2026

    For hacky workaround, you can abuse spec.settings.db.encryptionSecret for that. In encryption secret, any key that doesn't start with MXE will eventually saved to a seperate secret and used as environment variables. (Don't forget to include actual encrpytion secret key-values.)