Currently, the application uses an outdated method to store AWS access keys (storing them in a config/local_env.yml file). This should be brought up to date by implementing the recommended pattern in the Rails guides where access keys would be encrypted and stored securely in config/credentials.yml.enc.
The guide can be found under Environmental Security in https://guides.rubyonrails.org/security.html.
Currently, the application uses an outdated method to store AWS access keys (storing them in a
config/local_env.ymlfile). This should be brought up to date by implementing the recommended pattern in the Rails guides where access keys would be encrypted and stored securely inconfig/credentials.yml.enc.The guide can be found under Environmental Security in https://guides.rubyonrails.org/security.html.