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 Jun 17, 2026

API Key Rotation for MAS Environment

Hi MAS Product Team,

We would like to request an enhancement to the API key management workflow to support safer and more reliable automated key rotation.

Current Pain Point
Today, MAS does not appear to support an overlapping validity period where both the old API key and the newly generated API key can remain active simultaneously for a temporary transition window.
This creates significant operational challenges for automated API key rotation, especially for environments enforcing mandatory rotation policies such as every 90 days.

Why This Is a Problem
Without a temporary overlap window:
• API key rotation becomes a hard cutover event instead of a safe transition.
• Distributed systems may experience outages if all services are not updated simultaneously.
• Automation pipelines cannot validate the new key before invalidating the old key.
• Rollback becomes difficult or impossible if deployment issues occur after rotation.
• Multi-environment deployments (prod, staging, DR, workers, integrations, cached secrets, etc.) become operationally risky.
This creates friction for enterprise customers trying to follow security best practices for credential rotation.

Needed Enhancement
We request introducing support for dual-active API keys during a configurable transition period.
Example workflow:
1. Generate a new API key.
2. Both old and new keys remain active temporarily.
3. Customers update all systems and validate connectivity.
4. Old key is automatically retired after the overlap window expires.
Required overlap duration:
• Configurable by tenant/admin
• Typical values:
o 24 hours
o 48 hours
Additional Optional Enhancements
• Key activation/deactivation scheduling
• Expiration notifications
• API-based rotation lifecycle management
• Audit visibility for active/retired keys
• Grace-period enforcement policies

Business Impact
This enhancement would:
• Reduce customer outages
• Improve enterprise adoption
• Enable secure automation at scale
• Align MAS with standard enterprise credential rotation practices
• Reduce operational burden on DevOps and platform teams
This feature would significantly improve the usability and operational maturity of the platform for enterprise environments with strict security and compliance requirements.
Without overlapping key validity, API rotation becomes a risky cutover instead of a safe transition

Thank you for considering this enhancement.

Idea priority Medium
Needed By Quarter
  • ADMIN RESPONSE
    Jun 19, 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
    Jul 8, 2026

    A previous idea (https://ibm-ai-apps.ideas.ibm.com/ideas/MASM-I-782) was submitted to support multiple API keys for a single user. If this was enabled, this supports a variety of use cases (unique API keys per integration, API key rotation, etc.) without the need for any framework support for allowing temporary overlaps. API keys already support expiration so the previous API key could be set to expire.