]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth/AuthServiceHandler: take session_key and connection_secret as args
authorSage Weil <sage@redhat.com>
Wed, 16 Jan 2019 19:56:43 +0000 (13:56 -0600)
committerSage Weil <sage@redhat.com>
Thu, 7 Feb 2019 12:53:03 +0000 (06:53 -0600)
commita34fe37418e8b3c89f0bbdcf320b1f28110ed0e4
tree03d4dd9d734167198e0957d1302918566c0d31ac
parentc0d270a434bf48c4ea4f01877c9fd5ee65433fae
auth/AuthServiceHandler: take session_key and connection_secret as args

Allow these methods to populate session and connection secrets.

No functional change (yet).

Signed-off-by: Sage Weil <sage@redhat.com>
src/auth/AuthServiceHandler.h
src/auth/cephx/CephxServiceHandler.cc
src/auth/cephx/CephxServiceHandler.h
src/auth/krb/KrbServiceHandler.cpp
src/auth/krb/KrbServiceHandler.hpp
src/auth/none/AuthNoneServiceHandler.h
src/auth/unknown/AuthUnknownServiceHandler.h
src/mon/AuthMonitor.cc