CptOfEvilMinions
12/15/2020, 5:49 PMmysql_password
accepts a string but is it possible to provide a path to a file that contains the password, say to a Docker secret: /run/secrets/fleetdm-mysql-password
? I assume the answer is it’s not supported currently but I wanted to ask.zwass
12/15/2020, 6:06 PMCptOfEvilMinions
12/15/2020, 6:35 PMzwass
12/15/2020, 6:55 PMCptOfEvilMinions
12/15/2020, 7:10 PMconf.Password
is a valid file on disk, if so read the contents, if not treat it as is.
Thoughts on this approach?