Skip to content

Commit

Permalink
docs: fixed indent in encrypted-storage-fields
Browse files Browse the repository at this point in the history
Signed-off-by: Amishakumari544 <amishakumari544@gmail.com>
  • Loading branch information
Amishakumari544 committed Feb 16, 2023
1 parent 2633346 commit 2035cb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/latest/plugin-develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ Enable `data_encryption` in `config.yaml`.
```yaml
apisix:
data_encryption:
enable: true
keyring:
- edd1c9f0985e76a2
- qeddd145sfvddff4
enable: true
keyring:
- edd1c9f0985e76a2
- qeddd145sfvddff4
```

APISIX will try to decrypt the data with keys in the order of the keys in the keyring (only for parameters declared in `encrypt_fields`). If the decryption fails, the next key will be tried until the decryption succeeds.
Expand Down

0 comments on commit 2035cb5

Please sign in to comment.