Lustre Kerberos: Difference between revisions

From OpenSFS Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
* [http://wiki.lustre.org/manual/LustreManual18_HTML/Kerberos.html 1.8 Manual entry]
* [http://wiki.lustre.org/manual/LustreManual18_HTML/Kerberos.html 1.8 Manual entry]
* [http://wiki.lustre.org/index.php/GSS_/_Kerberos lustre.org wiki] Flavors and setup
* [http://wiki.lustre.org/index.php/GSS_/_Kerberos lustre.org wiki] Flavors and setup
== Status ==
* [http://www.eofs.eu/fileadmin/lad2013/slides/07_Daniel_Kobras_lustre_gss_eofs_2013.pdf 2013-09 LAD'13]
* [[Lustre GSSAPI/Kerberos Repair]]
== Mailing List ==
== Mailing List ==
* [http://lists.opensfs.org/listinfo.cgi/iudev-opensfs.org iudev list] we share the iudev mailing list currently (low traffic)
* [http://lists.opensfs.org/listinfo.cgi/iudev-opensfs.org iudev list] we share the iudev mailing list currently (low traffic)
Line 15: Line 18:


=How to Get Started Using Kerberos=
=How to Get Started Using Kerberos=
Kerberos setup requires the following components/packages to be installed before Lustre can be compiled with Kerberos support.<br>
...<br>
How to set up those packages<br>
How to compile Kerberized Lustre<br>
How to enable/use Kerberized Lustre<br>
=Kerberos FAQ=
=Kerberos FAQ=
=Comments on the Code=
=Comments on the Code=
architectural plan, codemap, how to add flavors, ...
architectural plan, codemap, how to add flavors, ...
=Errata=
These are things to watch out for, don't work, etc.

Latest revision as of 11:07, 16 July 2014

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.