spring-projects / spring-data-mongodb

Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-mongodb/
Apache License 2.0
1.62k stars 1.09k forks source link

Add support for SCRAM-SHA-256 authentication mechanism to MongoCredentialPropertyEditor. [DATAMONGO-2051] #2918

Closed spring-projects-issues closed 6 years ago

spring-projects-issues commented 6 years ago

Christoph Strobl opened DATAMONGO-2051 and commented


Reference URL: https://docs.mongodb.com/manual/core/security-scram/#authentication-scram-sha-256

Referenced from: pull request https://github.com/spring-projects/spring-data-mongodb/pull/598

Backported to: 2.0.10 (Kay SR10), 1.10.15 (Ingalls SR15)

spring-projects-issues commented 6 years ago

Christoph Strobl commented

Back port to 2.0.x using reflective lookup spring-data-mongodb#597

spring-projects-issues commented 6 years ago

Mark Paluch commented

Also backported to 1.10.x