This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. 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
Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,
Post an idea
Upvote ideas that matter most to you
Get feedback from the IBM team to refine your idea
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.
IBM Employees should enter Ideas at https://ideas.ibm.com
This was delivered in Cloud Pak for Data 4.0.2 and documented : https://www.ibm.com/docs/en/cloud-paks/cp-data/4.0?topic=client-using-ca-certificate-connect-internal-servers
in development. Target ETA is CPD 4.0.2
Sure thing. There are some more additional details in case TS005395288.
We have an enterprise on-prem object storage service that requires a connection be secured by the internal enterprise CA. This could be applicable to other internal enterprise services, but the most immediate need is for the object storage connection.
A test I did to confirm was this:
Test creating object storage connection fails with PKIX certificate path building failed.
open terminal to both "wdp-connector" and "wdp-connection" pods.
Run this one-liner on both, as you can see it downloads the CA and adds it to Java cacerts keystore. /usr/bin/curl -s http://www.boeing.com/crl/Boeing%20Basic%20Assurance%20Software%20Issuing%20CA%20G3.crt -o /tmp/Boeing\ Basic\ Assurance\ Software\ Issuing\ CA\ G3.crt && keytool -importcert -keystore /opt/ibm/java/jre/lib/security/cacerts -alias BoeingG3 -file /tmp/Boeing\ Basic\ Assurance\ Software\ Issuing\ CA\ G3.crt -storepass changeit -noprompt
Test object storage connection is now successful.
Delete pods.
Test fails once again.
So a way to make this persistent would be ideal. Thank you.
We are evaluating this idea. Can you add more details?