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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
See this idea on ideas.ibm.com
Customer is doing integration between Developer Portal and external database system storing customer data like client-id, app name etc. The idea is that if developer portal user do changes e.g. application name in Developer Portal UI then changes should be automatically propagated to external database.
There is already prepared module for that kind of synchronization described below, using hook: hook_ibm_apim_application_update
https://www.ibm.com/support/knowledgecenter/en/SSMNED_5.0.0/com.ibm.apic.devportal.doc/tutorial_syncing_application_credentials.html
https://www.ibm.com/support/knowledgecenter/en/SSMNED_5.0.0/com.ibm.apic.devportal.doc/rapic_portal_custom_modules.html
It is easy to make successful synchronization between those 2 systems but there is a problem to ensure consistency between the systems in case if communication between Developer Portal fails for some reason – e.g. network issue or external database is down.
We are able to show error message to the end user but new invalid data are still exposed.
I can see that following alter hooks are supported:
hook_ibm_apim_application_new_application_clientcreds_alter
hook_ibm_apim_application_reset_application_clientid_alter
hook_ibm_apim_application_reset_application_secret_alter
hook_ibm_apim_application_add_application_alter
so seems like the way forward is to have similar hook:
hook_ibm_apim_application_update_application_alter
where we could overwrite new values with old ones in case of errors or somehow be able to "revert" changes.
Idea priority | Medium |
RFE ID | 140545 |
RFE URL | |
RFE Product | IBM API Connect |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
IBM has not seen additional interest or market demand for this enhancement. If this idea is still valid for your organization please open up a new request.