Issue40

Title keeping secrets in a file
Priority feature Status resolved
Superseder Nosy List ianb
Assigned To Topics repoze.who

Created on 2008-06-10.16:48:28 by ianb, last changed 2009-04-18.06:07:04 by tseaver.

Messages
msg172 (view) Author: tseaver Date: 2009-04-18.06:07:03
Feature added in r4223.
msg109 (view) Author: ianb Date: 2008-06-10.16:48:28
I noticed (in the blog post) that the configuration takes secrets directly in
the configuration.  I don't like to have secret config files, and just one
secret infects the whole file.  For this reason I like to have an option to put
the secret in a file, and then put the filename in the configuration (like
secret_file = %(here)s/secret.txt).
History
Date User Action Args
2009-04-18 06:07:04 tseaver set status: unread -> resolved
messages: + msg172
2008-06-10 16:48:28 ianb create