Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ClientIdentifier in RequestCommon
Summary: What? - ClientIdentifier = Hash string of primary (non-host) tls client identities - **This diff** adds ClientIdentifier field in RequestCommon which will be extracted in codegen (next diffs) to pass the ClientIdentifier in header to memcache server - This change is ONLY for proxies and will be executed during shadow testing ONLY WHY? - SAP and uCache are working on securing look-aside cache called "Key Client Binding" feature where we bind keys in uCache with ClientIdentities. This ensures that cached data is restricted to the specific client who has access to the backed service. - Design doc: https://fburl.com/gdoc/psjwp58j Reviewed By: lenar-f Differential Revision: D62452894 fbshipit-source-id: 4dfb17a4b3d3389b610879304ce1c304838aa034
- Loading branch information