Skip to content

Commit bcae44e

Browse files
authored
Update encryption_master_key property name (#371)
`encryption_master_key` property for end to end encryption configuration, `encryption_master_key_base64` should be used instead.
1 parent 4ace487 commit bcae44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The fourth parameter is an `$options` array. The additional options are:
5454
* `timeout` - the HTTP timeout
5555
* `useTLS` - quick option to use scheme of https and port 443.
5656
* `cluster` - specify the cluster where the application is running from.
57-
* `encryption_master_key` - a 32 char long key. This key, along with the
57+
* `encryption_master_key_base64` - a 32 char long key. This key, along with the
5858
channel name, are used to derive per-channel encryption keys. Per-channel
5959
keys are used encrypt event data on encrypted channels.
6060

0 commit comments

Comments
 (0)