Skip to content

Commit 62c8867

Browse files
Fix config names for EnvelopeEncryptionKeyProvider [ci-skip]
1 parent 0c6ea78 commit 62c8867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activerecord/lib/active_record/encryption/envelope_encryption_key_provider.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ module Encryption
66
#
77
# * It generates a random data-encryption key for each encryption operation.
88
# * It stores the generated key along with the encrypted payload. It encrypts this key
9-
# with the master key provided in the credential +active_record.encryption.master key+.
9+
# with the master key provided in the +active_record_encryption.primary_key+ credential.
1010
#
1111
# This provider can work with multiple master keys. It will use the last one for encrypting.
1212
#
13-
# When +config.store_key_references+ is true, it will also store a reference to
13+
# When +config.active_record.encryption.store_key_references+ is true, it will also store a reference to
1414
# the specific master key that was used to encrypt the data-encryption key. When not set,
1515
# it will try all the configured master keys looking for the right one, in order to
1616
# return the right decryption key.

0 commit comments

Comments
 (0)