1. 12 2月, 2010 1 次提交
    • S
      ceph: add support for auth_x authentication protocol · ec0994e4
      Sage Weil 提交于
      The auth_x protocol implements support for a kerberos-like mutual
      authentication infrastructure used by Ceph.  We do not simply use vanilla
      kerberos because of scalability and performance issues when dealing with
      a large cluster of nodes providing a single logical service.
      
      Auth_x provides mutual authentication of client and server and protects
      against replay and man in the middle attacks.  It does not encrypt
      the full session over the wire, however, so data payload may still be
      snooped.
      Signed-off-by: NYehuda Sadeh <yehuda@hq.newdream.net>
      Signed-off-by: NSage Weil <sage@newdream.net>
      ec0994e4
  2. 11 2月, 2010 2 次提交
  3. 21 11月, 2009 1 次提交
  4. 19 11月, 2009 1 次提交
    • S
      ceph: negotiate authentication protocol; implement AUTH_NONE protocol · 4e7a5dcd
      Sage Weil 提交于
      When we open a monitor session, we send an initial AUTH message listing
      the auth protocols we support, our entity name, and (possibly) a previously
      assigned global_id.  The monitor chooses a protocol and responds with an
      initial message.
      
      Initially implement AUTH_NONE, a dummy protocol that provides no security,
      but works within the new framework.  It generates 'authorizers' that are
      used when connecting to (mds, osd) services that simply state our entity
      name and global_id.
      
      This is a wire protocol change.
      Signed-off-by: NSage Weil <sage@newdream.net>
      4e7a5dcd