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"
$OraLogin = "$OracleUserName/$OraclePassword@" + $oraInstance + " as sysdba"

$Query | sqlplus -silent $OraLogin

Any thoughts/suggestions to pass the credentials in secure way ?

Regards
Vinay

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/675201a1-0f9f-4d3c-a0c6-35f8f879d341n%40googlegroups.com.

Reply via email to