summaryrefslogtreecommitdiff
path: root/src/mongo/client
diff options
context:
space:
mode:
authorAdam Cooper <adam.cooper@mongodb.com>2020-08-14 13:46:35 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-14 21:01:59 +0000
commit24dd72daae9e4cf59ad51910058bc111f20edbff (patch)
treef019be38662bc5a86c68ac1f4a006f479a408647 /src/mongo/client
parent6b1a0403f17b688940eb9d86f41d95bdd943d3f4 (diff)
downloadmongo-24dd72daae9e4cf59ad51910058bc111f20edbff.tar.gz
SERVER-48693 Add network counter for cluster authentication
Diffstat (limited to 'src/mongo/client')
-rw-r--r--src/mongo/client/authenticate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/client/authenticate.h b/src/mongo/client/authenticate.h
index ee50f8c8ade..44d90eae612 100644
--- a/src/mongo/client/authenticate.h
+++ b/src/mongo/client/authenticate.h
@@ -72,6 +72,7 @@ constexpr auto kMechanismMongoAWS = "MONGODB-AWS"_sd;
constexpr auto kInternalAuthFallbackMechanism = kMechanismScramSha1;
constexpr auto kSpeculativeAuthenticate = "speculativeAuthenticate"_sd;
+constexpr auto kClusterAuthenticate = "clusterAuthenticate"_sd;
constexpr auto kAuthenticateCommand = "authenticate"_sd;
/**