Tamer Salama
Tamer Salama
It'd be great to include this. Given some policy limitations on our side - a token provider might be the only way to go.
Setting environment variable `SSL_CERT_FILE` doesn't work either. Confirmed; Version 5.x doesn't work. Version 4.0.6 works.
I second @simoleone and would like to see if there's any support needed to have this included.
For the time being - I've resorted to monkey-patching added the following to an initializer (initializer/active_storage_postgresql.rb) ```ruby # MONEKY PATHCING Rails.configuration.to_prepare do ActiveStorage::PostgresqlController.class_eval do private def decode_verified_key key = ActiveStorage.verifier.verified(params[:encoded_key],...