]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon,auth: AuthMonitor, KeyRing: add Formatter-dumps of auth info
authorDan Mick <dan.mick@inktank.com>
Wed, 10 Jul 2013 23:41:24 +0000 (16:41 -0700)
committerDan Mick <dan.mick@inktank.com>
Thu, 11 Jul 2013 02:02:31 +0000 (19:02 -0700)
commit83bcde34c9b80e9e3d983e477df4e1662f9ef5ed
tree3729566d054b7ca9cd6c957c7b93a059246b3a6d
parent92d5eb08b420a727d5adde9cd7e422ff00841f51
mon,auth: AuthMonitor, KeyRing: add Formatter-dumps of auth info

Signed-off-by: Dan Mick <dan.mick@inktank.com>
auth: KeyRing: encode_formatted() receives a label as first argument

Also, this allows us to standardize formatted output on the AuthMonitor,
so that all output starts with a section 'auth'.  Other subsystems using
the KeyRing class, can specify whatever section they prefer.

Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
src/auth/KeyRing.cc
src/auth/KeyRing.h
src/mon/AuthMonitor.cc