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:
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
Help IBM prioritize your ideas and requests
The IBM team may need your help to refine the ideas so they may ask for more information or feedback. The product management team will then decide if they can begin working on your idea. If they can start during the next development cycle, they will put the idea on the priority list. Each team at IBM works on a different schedule, where some ideas can be implemented right away, others may be placed on a different schedule.
Receive notification on the decision
Some ideas can be implemented at IBM, while others may not fit within the development plans for the product. In either case, the team will let you know as soon as possible. In some cases, we may be able to find alternatives for ideas which cannot be implemented in a reasonable time.
Additional Information
To view our roadmaps: http://ibm.biz/Data-and-AI-Roadmaps
Reminder: This is not the place to submit defects or support needs, please use normal support channel for these cases
IBM Employees:
The correct URL for entering your ideas is: https://hybridcloudunit-internal.ideas.aha.io
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?