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
Workspace App Connect
Created by Guest
Created on Oct 5, 2022

Support bar overrides for policies within a bar file

Currently our organization uses bar override files along with the mqsiapplybaroveride command to apply environment specific settings to our bar files just prior to deployment. We have environment specific bar override files to accomplish this. This way we are able to deploy the same, already tested, bar file to production which has gone through it's paces in the lower environments.

Because this concept is not supported for policies we are not able to follow this process with policies. Instead we have to use an approach which involves creating policy files with tokens relying on code in our deployment solution to substitute for tokens in policy files which are separately housed in a repository. These files are then moved to the policy directory(s) of our servers. This adds significant complexity to our deployment process.

Since policies are generally highly environment specific, we would like to see the concept of bar overrides be supported for policy files. So that like properties in message flows we can use mqsiapplybaroveride to apply environment specific changes to policies contained in a bar file prior to deployment. We feel this will simplify the management of the product and allow us use the toolkit to create and package policies which we currently can't do effectively. It also will allow previously tested policy files to be deployed reducing the chances of an error occurring between environments. This concept should also apply to the "ibmint apply overrides" command as well.

Idea priority High
  • Admin
    Ben Thompson
    Reply
    |
    Oct 7, 2022

    RFE Review. Thank you for taking the time to raise this enhancement request. Unfortunately on this occasion this is not an idea we plan to take forward on the grounds that we feel such a change would increase complexity for the user in what can already be quite a difficult area for users to understand the precedence of overriding behaviour between environments. The intended concept of a policy file is to be able to abstract away from a message flow a set of configuration parameters which are likely to change as the flow moves from one environment to another. The policy itself just provides the parameters, and essentially isn't "testable" in its own right .. only when a policy is referenced from a flow does an artifact (the flow) exist which can be tested. Policies are intended to vary from one environment to another. Carrying policies in a BAR file gives a developer a quick way to facilitate the provision of connection details into a runtime environment through an easy mechanism (the act of deploying - provides the configuration and code together in a single BAR file) which doesn't require the developer to have direct access to the file system of the runtime. The existing policy mechanism also lets the product administrator (if one exists) to exert additional control over a specific environment by placing policies into the overrides directory of the server's working directory. These local policy files are letting the administrator "override" the policy which is carried in the BAR file (and which is persisted to the "run" directory). If an override xml file (similar to the broker.xml file used by the mqsiapplybaroverride command) were used in addition to this, then the user would need to contend with three different levels of potential override: 1. The initial value in the policy, 2. The override in the BAR file and 3. The override of the policy in the overrides directory in the working directory of the server.

    Thinking around the scenario you posed for the way in which you use the ACE product to run your particular current deployments, we wonder if one practice you might wish to consider would be to name your policies separately depending on the environment they are to be used in ... and then direct the message flow to use "Policy_TEST" or "Policy_PRODUCTION" by updating the message flow node property using your existing mqsiapplybaroverride mechanism. On the face of it this would seem to achieve the override capability you are seeking, using existing product capablility and also remaining true to the concept of a policy file being specific to a particular environment.