]> 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>
Mon, 22 Sep 2025 16:37:33 +0000 (12:37 -0400)
commit13617bd8f5cc03f84c6a40a0ba76212fae7cf4c4
treea16d654f1301d3f08d2810c3a212663f28b065b2
parent8162f4e8c4dabd26f3f8c61d9c60b409fdec8337
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>
(cherry picked from commit b2f3b7bc84509ba1a0cf832a5f410f9cb44cb4e2)
src/auth/AuthRegistry.cc
src/auth/KeyRing.cc