Settings

Theme

Architecting Secure Prompt Caching

tinfoil.sh

1 points by FrasiertheLion 22 days ago · 2 comments

Reader

rdegges 22 days ago

Good post, breaks down the threat models really well. =)

One small note, I think there may be a small issue in one of the code blocks explaining the client key:

> cache_namespace = tenant_id || client_secret

I believe that should say `tenant_id + client_secret`, ya? To append them together? If you OR them out it'll default to the `tenant_id`, which isn't what you want in this case, I believe.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection