Re: [Puppet Users] CustomFacts: Can we pass the credentials in custom facts in secure way?

2021-01-23 Thread bert hajee
Did you know that, amongst others, you can easily make custom facts from any data in your oracle database with the ora_config puppet module? https://forge.puppet.com/modules/enterprisemodules/ora_config The module will take care of securely handling passwords for you. On Friday, 22 January

Re: [Puppet Users] CustomFacts: Can we pass the credentials in custom facts in secure way?

2021-01-22 Thread 'Dan White' via Puppet Users
Have you considered “orapwd” ? https://docs.oracle.com/database/121/ADMIN/dba.htm#ADMIN12478 ___ Dan White : d_e_wh...@icloud.com “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has

[Puppet Users] CustomFacts: Can we pass the credentials in custom facts in secure way?

2021-01-21 Thread Vinay Korrapati
Hi Team, Can we pass the credentials in custom facts in secure way? *Use case : *I have to write a fact which , executes a Query on Oracle DB's and returns the output. To execute the query it requires the credentials ($oralogin). Eg: $OracleUserName="username" $OraclePassword="password"