This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

How to store sensitive data in config file?

I used pywinrm to connect with windows server ,password and IP address i am taking from config file so for security purpose i want hide or encrypt that data. how can i do this?

Hi @kiran.lohar - your best option will be to store the sensitive config as a secret, encrypted in the datastore and reference that in the config file.

here is the place in the docs to start reading.

2 Likes