From b70b9870bf36cc053cf1cfabef352170029b6811 Mon Sep 17 00:00:00 2001 From: shahab Date: Mon, 8 May 2023 14:18:25 -0700 Subject: [PATCH] update valid authentication mode --- .../authentication/scram/replica-set/replica-set-scram-sha.yaml | 2 +- .../scram/sharded-cluster/sharded-cluster-scram-sha.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/mongodb/authentication/scram/replica-set/replica-set-scram-sha.yaml b/samples/mongodb/authentication/scram/replica-set/replica-set-scram-sha.yaml index 1b924ca..11653ba 100644 --- a/samples/mongodb/authentication/scram/replica-set/replica-set-scram-sha.yaml +++ b/samples/mongodb/authentication/scram/replica-set/replica-set-scram-sha.yaml @@ -19,7 +19,7 @@ spec: security: authentication: enabled: true - modes: ["SCRAM"] # Valid authentication modes are "SCRAM' and "X509" + modes: ["SCRAM"] # Valid authentication modes are "SCRAM', "SCRAM-SHA-1", "MONGODB-CR", "X509" and "LDAP" # Optional field - ignoreUnknownUsers # A value of true means that any users not configured via the Operator or the Ops Manager or Cloud Manager UI diff --git a/samples/mongodb/authentication/scram/sharded-cluster/sharded-cluster-scram-sha.yaml b/samples/mongodb/authentication/scram/sharded-cluster/sharded-cluster-scram-sha.yaml index a1477a4..f950e08 100644 --- a/samples/mongodb/authentication/scram/sharded-cluster/sharded-cluster-scram-sha.yaml +++ b/samples/mongodb/authentication/scram/sharded-cluster/sharded-cluster-scram-sha.yaml @@ -23,7 +23,7 @@ spec: security: authentication: enabled: true - modes: ["SCRAM"] # Valid authentication modes are "SCRAM' and "X509" + modes: ["SCRAM"] # Valid authentication modes are "SCRAM', "SCRAM-SHA-1", "MONGODB-CR", "X509" and "LDAP" # Optional field - ignoreUnknownUsers # A value of true means that any users not configured via the Operator or the Ops Manager or Cloud Manager UI