Lustre Kerberos

From OpenSFS Wiki
Revision as of 11:07, 16 July 2014 by Nrutman (talk | contribs) (→‎Resources)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Resources

Documentation

Status

Mailing List

  • iudev list we share the iudev mailing list currently (low traffic)

Related Topics

Jira

Background

(someone please fix this up)
Lustre Kerberos implements the Kerberos-5 security protocol to protect the privacy, integrity, and authenticity of Lustre-protocol messages. Basically the way this works is that the *sptlrpc* layer wraps each Lustre RPC inside an sptlrpc envelope, protecting all the data (including the header and other metadata) of the original message.

How to Get Started Using Kerberos

Kerberos setup requires the following components/packages to be installed before Lustre can be compiled with Kerberos support.
...
How to set up those packages
How to compile Kerberized Lustre
How to enable/use Kerberized Lustre

Kerberos FAQ

Comments on the Code

architectural plan, codemap, how to add flavors, ...

Errata

These are things to watch out for, don't work, etc.