talyz d6727d28e1
nixos/keycloak: Set the postgresql database password securely
Feeding `psql` the password on the command line leaks it through the
`psql` process' `/proc/<pid>/cmdline` file. Using `echo` to put the
command in a file and then feeding `psql` the file should work around
this, since `echo` is a bash builtin and thus shouldn't spawn a new
process.
2021-05-21 13:08:53 +02:00
..
2021-03-27 14:43:33 +03:00
2020-06-22 13:58:34 +02:00
2019-06-07 13:02:51 +02:00
2020-11-24 12:42:06 -05:00
2020-12-22 16:00:33 +01:00
2020-02-09 21:55:27 +01:00
2021-02-12 14:12:48 -08:00
2020-09-09 22:18:20 -07:00
2020-09-09 22:18:20 -07:00
2020-01-31 20:39:12 -05:00
2019-11-18 14:52:47 +01:00
2021-01-31 11:28:04 +01:00
2019-10-28 21:34:55 +01:00
2020-08-13 19:51:30 +02:00
2019-09-08 23:38:31 +00:00
2020-08-17 12:15:16 +02:00
2019-11-03 17:24:08 +01:00
2019-10-12 22:25:28 +02:00
2021-03-20 20:43:21 +01:00