This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps 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
Would like to have Oracle Agent fetch username and password by connecting to Oracle Wallet.
Idea priority | High |
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.
Hello Krishna,
Thank you for taking the time to provide your ideas to IBM. We truly value our relationship with you and appreciate your willingness to share details about your experience, your recommendations, and ideas.
IBM has evaluated the request and has determined that it cannot be implemented at this time or does not align with our current strategy or roadmap.
In 12 months, you will receive a notification that you can resubmit this request for consideration.
Thank you for bringing your ideas to us. If you have any additional feedback, thoughts or ideas, or if there is anything else I can do, please do not hesitate to reply to this message to continue the conversation.
Best regards
Henning Treu - Product Manager Instana Agent
Thanks Krishna, please discuss with your client the following proposal:
Instana agent's
configuration.yaml
has two options to read configuration values from outside:1) read configuration values from the agent's environment (this is a new feature being rolled out in the next days)
2) read configuration options from the process' environment
Especially with option 2), customers can provide access credentials in the environment of the process-to-be-monitored. Let's assume the client wants to monitor an Oracle database with Instana agent. If customer can export the username and password credentials in the Oracle databse's process environment, Instana Agent can read it from the environment and pass it on to the Oracle database sensor. This way, no sensitive information is kept in
configuration.yaml
. This is documented here: https://www.ibm.com/docs/en/instana-observability/current?topic=cha-configuring-host-agents-by-using-agent-configuration-file#obtaining-configurations-from-process-environment-and-filesThe alternative is to expose the credentials in the Instana agent's environment as in option (1). This might be a manual step, but still keeps the configuration file free from sensitive information. Documentation of this feature is about to be release, too.
Let me know if one of the options above helps already.
Thanks & best
Henning Treu - Product Manager Instana Agent
Hi Henning,
I have discussed with customer they explained about oracle wallet as below.
Oracle wallet Libary will be packed and available as any of the following
Oracle Middleware (as configured in customer environment)
Oracle database
Oracle client (being used by multiple sources like .Net / PHP Applications to fetch passwords).
Below are the documentation references provided
https://docs.oracle.com/en/middleware/standalone/weblogic-server/14.1.1.0/jdbca/oraclewallet.html#GUID-6004F209-8185-4F52-B888-E12F8DF2622C
https://docs.oracle.com/middleware/1213/wls/JDBCA/oraclewallet.htm
Thank you.