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 Delivered
Workspace App Connect
Created by Guest
Created on Jun 19, 2024

Configuration Credential Asset Type

Assets usually represent shared variables or credentials that can be used in different flows. They allow you to store specific information so that the flows can easily access it.

Additionally, an extra level of security is provided. They can be use when designing/creating a flow, but their values can be hidden from them.

The Configuration Credential Asset enables you to create new assets. It also displays all previously created assets, which can be edited or deleted.

Idea priority High
  • Admin
    Ben Thompson
    Reply
    |
    Nov 21, 2024

    In IBM App Connect Enterprise 12.0.9.0 and above (more details here: https://community.ibm.com/community/user/integration/blogs/ben-thompson1/2023/07/04/ace-12-0-9-0), there is a feature which allows a user's Java code (running inside a JavaCompute node in a deployed message flow) to query and gain access to credentials which are known to the integration server due to being stored in its vault. This is potentially useful for users who wish to use credentials within their own bespoke logic running in Java, and who want to exploit the convenience of having ACE store the credential safely on their behalf. The getCredential method can be used like this:


    myCred = MbCredential.getCredential(“ODBC”, “myDSN”);


    By default, this feature only allows access to credentials which are of the user-defined type. This aspect of behaviour can be controlled by a setting in the server.conf.yaml file. The stanza shown below can be editted so that if you want to extend access to also include other credential types then you may do so:


    Credentials:

    #userRetrievableCredentialTypes: 'userdefined' # Sets the comma separated list of credential types that user code is allowed to reference. Default is 'userdefined'.

    # The list can be empty to disallow credential lookups from user code.

    # Set the value to 'ALL' to allow access to credentials of any type from user code.


    The context of this idea appears to be the public cloud variant of ACE (App Connect Enterprise as a Service on AWS). This service has the relevant versions of ACE available. Status of the idea is updated to Delivered.