You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From recent #3346 we are now getting the following deprecation warning:
DEPRECATION WARNING: `Rails.application.secrets` is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2.
We should maybe move to credentials? But this requires a potential organizational shift as Jupiter would hold all the secrets and not Ansible, and we will use a MASTER_KEY to decrypt it.
We won't fix it. Jupiter will be decommissioned in January 2025 after moving to Scholaris, the national repository of DSpace instances hosted by Scholars Portal.
From recent #3346 we are now getting the following deprecation warning:
We should maybe move to credentials? But this requires a potential organizational shift as Jupiter would hold all the secrets and not Ansible, and we will use a MASTER_KEY to decrypt it.
https://edgeguides.rubyonrails.org/security.html#custom-credentials
The text was updated successfully, but these errors were encountered: