Skip to content

Commit 3432818

Browse files
committed
Define public helpers API
1 parent 3dca177 commit 3432818

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

docs/source/howto/encryption.rst

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,26 @@ settings for Queryable Encryption.
2222
Helper Functions and Settings
2323
=============================
2424

25-
``encryption.EncryptedRouter``
26-
------------------------------
25+
``KEY_VAULT_COLLECTION_NAME``
26+
-----------------------------
27+
28+
``KEY_VAULT_DATABASE_NAME``
29+
---------------------------
30+
31+
``KEY_VAULT_NAMESPACE``
32+
-----------------------
33+
34+
``KMS_CREDENTIALS``
35+
-------------------
36+
37+
``KMS_PROVIDERS``
38+
-----------------
39+
40+
``QueryType``
41+
-------------
2742

2843
Django settings
2944
===============
3045

31-
DATABASES["encrypted"]["KMS_CREDENTIALS"]
32-
-----------------------------------------
46+
``DATABASES["encrypted"]["KMS_CREDENTIALS"]``
47+
---------------------------------------------

0 commit comments

Comments
 (0)