Skip to content

Commit 4c471ee

Browse files
committed
feat: add docs for cs_refresh_encrypt_config
1 parent bd96e98 commit 4c471ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ SELECT cs_activate_v1();
9696

9797
> **Important:** These functions must be run after any modifications to the configuration.
9898
99+
#### Refresh CipherStash Proxy configuration
100+
101+
CipherStash Proxy pings the database every 60 seconds to refresh the configuration.
102+
You can force CipherStash Proxy to refresh the configuration by running the `cs_refresh_encrypt_config` function.
103+
104+
```sql
105+
SELECT cs_refresh_encrypt_config();
106+
```
107+
99108
### Inserting data
100109

101110
When inserting data into the encrypted column, you must wrap the plaintext in the appropriate EQL payload.

0 commit comments

Comments
 (0)