]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
auth: remove superfluous error log message
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 16 Sep 2025 20:02:05 +0000 (16:02 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 5 Jan 2026 21:23:40 +0000 (16:23 -0500)
commitded3f446adab3b17cfda073cbf489c543a8abf4d
tree19d9797d98a9652c41a24bff1d6b303abb287ea6
parent163c05407e94b7b1e261d010385d7ebb5b0b7dc9
auth: remove superfluous error log message

It's also possible that _refresh_config can be called multiple times before the
keyring config has been set (by an arg/env for instance). This would pollute
the log with erroneous error warnings.

MonClient::authenticate already warns about this.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/auth/AuthRegistry.cc
src/auth/KeyRing.cc
src/mon/MonClient.cc