We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd96e98 commit 4c471eeCopy full SHA for 4c471ee
README.md
@@ -96,6 +96,15 @@ SELECT cs_activate_v1();
96
97
> **Important:** These functions must be run after any modifications to the configuration.
98
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
108
### Inserting data
109
110
When inserting data into the encrypted column, you must wrap the plaintext in the appropriate EQL payload.
0 commit comments