What’s New in YugabyteDB 2.5 – Enterprise-Grade Security Features
The YugabyteDB 2.5 release adds many critical enterprise-grade security features. This blog post outlines these newly added features.
Authentication
Adding scram-sha-256 authentication
The first notable addition is the addition of a much improved, password-based authentication mechanism called Salted Challenge Response Authentication Mechanism (or simply SCRAM) as described in RFC5802. This scram-sha-256 authentication mechanism, identical to the most secure PostgreSQL authentication schema,
…