mar-file-system / erasureUtils

Erasure coding utilities intended for the marfs multicomponent DAL. These service the creation, retrieval, and maintenance of erasure coded data stripes spread accross multiple files.
Other
4 stars 5 forks source link

RDMA server should load authentication keys once at startup #14

Open jti-lanl opened 7 years ago

jti-lanl commented 7 years ago

... instead of accessing the file for every request.

Probably just have a vector of AWSContexts, and look-through them for the user-name provided in the auth request. As a quick-and-dirty first-cut, we could at least load the default/expected user, and lookup others.

Provide a simple interface to do the lookups in the cached info. This would then be used by socket_fserver, fuse, pftool, etc.

jti-lanl commented 7 years ago

Okay, wait. The DAL already does this. We just need to do it on the server.