aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_controller_overview.md
diff options
context:
space:
mode:
authorClaudio B <claudiob@users.noreply.github.com>2017-09-19 15:08:32 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-09-19 17:08:32 -0500
commit2f8ecdb21d110ae2f862582cc31e5a10f487a3b7 (patch)
treeacefb4537d816eac682c027bdd2744632eff4eb7 /guides/source/action_controller_overview.md
parente0484a3730194ccafa2e86e5d663116fc2febf02 (diff)
downloadrails-2f8ecdb21d110ae2f862582cc31e5a10f487a3b7.tar.gz
rails-2f8ecdb21d110ae2f862582cc31e5a10f487a3b7.tar.bz2
rails-2f8ecdb21d110ae2f862582cc31e5a10f487a3b7.zip
Use credentials, not secrets, for Active Storage (#30650)
According to #30067: > This PR will deprecate secrets.yml* and instead adopt > config/credentials.yml.enc to signify what these secrets are specifically > for: Keeping API keys, database passwords, and any other integration > credentials in one place. [ci skip] since only comments are being edited.
Diffstat (limited to 'guides/source/action_controller_overview.md')
-rw-r--r--guides/source/action_controller_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md
index 24366ae6e9..5fb8e300de 100644
--- a/guides/source/action_controller_overview.md
+++ b/guides/source/action_controller_overview.md
@@ -400,7 +400,7 @@ Rails.application.config.session_store :cookie_store, key: '_your_app_session',
Rails sets up (for the CookieStore) a secret key used for signing the session data in `config/credentials.yml.enc`. This can be changed with `bin/rails credentials:edit`.
```ruby
-# amazon:
+# aws:
# access_key_id: 123
# secret_access_key: 345