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
Workspace z/OS Connect
Created by Guest
Created on Apr 17, 2019

Require a RESTful api to deploy policy files

We have a requirement for a RESTful api to deploy policy files

Idea priority High
  • Guest
    Reply
    |
    Nov 25, 2019

    This requirement has been evaluated. Looking at current plans, it is not likely that this would be implemented in future zOS Connect EE releases, so correspondingly this requirement is being rejected.

    Whilst the requirement to deploy policy files into a production environment is valid, the lack of votes from the community suggests that production deployment of policies can be achieved today through the used of typical DevOps best practices. eg:
    - Policies should be placed under source control
    - Policy files can be validated against the published policy schema as part of a DevOps pipeline.
    - Test servers (along with automated tests) can validate schema file content before they it hit production.
    - Deployment automation can ensure that only the intended polices (or resources) are changed
    - When the REFRESH command is used only changed policies (or resources) are updated
    - Blue/Green deployment can be used to ensure no disruption to workload

    Policy files can change the behaviour of an entire server so we would recommend that significant server changes like this are deployed into production using the techniques above. DevOps practices like these also provide the benefit of ensuring a repeatable, auditable and consistent change process and can be used across your entire enterprise to drive confidence and agility.

  • Guest
    Reply
    |
    Sep 3, 2019

    Additional comment and context by initial raiser:
    _______________________________________

    The requirement here is a refresh process that:
    - Makes changes to just the policy file and can be performed when the server is running at high volume with no downtime/API failure.
    - The above process should only implement a valid policy file and not implement an invalid policy file. Feedback information should also be provided as to the actual success or failure of the policy refresh.

    In addition to the functional advantages provided by the above - meeting this requirement will give the needed flexibility to implement the policy file in different ways.