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 Submitted
Workspace API Connect
Created by Guest
Created on Jan 13, 2026

Enhance CORS management by supporting regular expressions for allowed origins and enabling CORS policy definition at the Catalog level, allowing immutable API definitions across environments.

The Catalog Properties feature enables customers to maintain a single, immutable YAML file for an API definition, independently of the environment in which the API is deployed. This is a key capability to support modern DevOps and CI/CD practices.

However, when CORS policies are explicitly defined at the API level, allowed origins must currently be specified as fixed string values. Since allowed origins are inherently environment-dependent, this forces customers to customize the API definition for each environment. For example, an API running in a development environment may require https://dev.example.com as an allowed origin, while the same API in production requires https://example.com.

As a result, it is currently not possible to define a CORS policy in a truly environment-independent way. The only workaround is to define a superset of all allowed origins for all environments in a single API definition. This approach leads to configurations that are harder to read and maintain, mixes environment-specific information in all deployments, and may expose production-related settings in non-production environments, which is not considered a best practice from a governance and security perspective.

Allowing the use of regular expressions for allowed origins would address this limitation. For example, a pattern such as https://.*example.com (or ^https://.*example\.com$) would match both development and production origins, enabling a single, immutable API definition to be reused across all environments.

As a complementary (or alternative) enhancement, enabling CORS policies to be defined at the Catalog level would further improve flexibility. Since catalogs already represent different execution environments, this would allow environment-specific CORS configurations while keeping API definitions fully immutable and portable.

These enhancements would significantly improve API lifecycle management, DevOps automation, configuration clarity, and governance for enterprise customers using IBM API Connect.

Idea priority Medium