manyfold
manyfold copied to clipboard
S3 keys and secrets are stored plaintext in the database
These should be more secure. Use https://guides.rubyonrails.org/v7.2/active_record_encryption.html
I'm looking into a way we can enable Rails field encryption optionally; otherwise we'll end up breaking everyone's installations if we force enable it. Problem is some of it is configuration, and some is done in code. Trying to work out how to enable it in the code if the config is present.