]> git.apps.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>
Wed, 1 Oct 2025 19:44:20 +0000 (15:44 -0400)
commit697c360f26828617db350b842fa45aedddb284e8
tree09804c784803ae8d9f1ad15ec1ab30a6b18dc854
parentc650f8fd4bc3c0e0591f49c721779a55061581b2
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