Commit b7d73d2
Added warning when using Redis to store Data Protection keys (#36219)
* Add warning when using Redis to store Data Protection keys
Added a warning about using Redis cache to store Data Protection keys, since Redis doesn't persist data across service restarts by default. Provided links for configuration guidance.
* Fix link formatting for Azure Managed Redis documentation
* Update ms.date for key storage providers documentation
---------
Co-authored-by: Wade Pickett <wpickett@microsoft.com>1 parent 6dd4f6b commit b7d73d2
File tree
1 file changed
+7
-1
lines changed- aspnetcore/security/data-protection/implementation
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
278 | 284 | | |
279 | 285 | | |
280 | 286 | | |
| |||
0 commit comments