Skip to content

Commit 829ead6

Browse files
authored
update valid authentication mode (#251)
1 parent 6f06a21 commit 829ead6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/mongodb/authentication/scram/replica-set/replica-set-scram-sha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
security:
2020
authentication:
2121
enabled: true
22-
modes: ["SCRAM"] # Valid authentication modes are "SCRAM' and "X509"
22+
modes: ["SCRAM"] # Valid authentication modes are "SCRAM', "SCRAM-SHA-1", "MONGODB-CR", "X509" and "LDAP"
2323

2424
# Optional field - ignoreUnknownUsers
2525
# A value of true means that any users not configured via the Operator or the Ops Manager or Cloud Manager UI

samples/mongodb/authentication/scram/sharded-cluster/sharded-cluster-scram-sha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
security:
2424
authentication:
2525
enabled: true
26-
modes: ["SCRAM"] # Valid authentication modes are "SCRAM' and "X509"
26+
modes: ["SCRAM"] # Valid authentication modes are "SCRAM', "SCRAM-SHA-1", "MONGODB-CR", "X509" and "LDAP"
2727

2828
# Optional field - ignoreUnknownUsers
2929
# A value of true means that any users not configured via the Operator or the Ops Manager or Cloud Manager UI

0 commit comments

Comments
 (0)