Fork me on GitHub
#datomic
<
2015-10-25
>
genRaiy18:10:47

password suppression ….

genRaiy18:10:20

I need to prevent the transactor from emitting the password used to connect to the backend server

genRaiy18:10:43

I use this at the moment

transactor ${DYNO_PROPERTIES} | sed 's/\(.*\)&password=.*&\(.*\)/\1\&password=*****\&\2/‘

genRaiy18:10:07

is there a more supported mechanism for this instead of the Shell hack?