Replies: 2 comments 4 replies
-
as explained in the docs, Apache Hop uses password obfuscation for password fields in relational database connections and other password fields. Ideally, you'll use a variable (e.g. As an alternative, If you don't want to store your passwords in a file, you could add parameters to your workflows and pipelines and pass the password as a parameter value in runtime. We plan to implement integration with secret stores in a future release, but that is not available yet. |
Beta Was this translation helpful? Give feedback.
-
Hi @vkydhyani, I use this workaround in situations where an encypted/obfuscated field is needed, but can't be used in such way in Hop. I simply decrypt it in real time 😅 :
You will get the decrypted field in the field Just a side note: beware of the log level of your workflows/pipelines, the more detailed it is the higher is the risk that your decrypted field appears somehow in the log trace (especially if you take the next step to store the Hope this helps |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I am not sure if this is the right forum for this question, But I am facing one challenge and seeking ideas and best practices to do this.
So, When I add a new connection to Snowflake using table Input, I am basically using username password and private key file as security.
But as you can guess I am actually passing the password of private key file in the parameters, Is there a way i can pass encrypted password or something in param?
I have the same issue in Rest Client, where I am not sure how to pass encrypted password in Param.
Any help will be appreciated. thanks
Beta Was this translation helpful? Give feedback.
All reactions