----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51923/#review149139 -----------------------------------------------------------
Ship it! Ship It! - Kirk Lund On Sept. 15, 2016, 9 p.m., Jinmei Liao wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/51923/ > ----------------------------------------------------------- > > (Updated Sept. 15, 2016, 9 p.m.) > > > Review request for geode, Jared Stewart, Kevin Duling, Kirk Lund, and Swapnil > Bawaskar. > > > Repository: geode > > > Description > ------- > > GEODE-1883: making AuthInit optional when starting a server/client > > When starting a server trying to connect to a locator, customer should not > have to implement an AuthInit object, they can just put > security-username/security-password in their properties file. > > > Diffs > ----- > > > geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java > 8a4446cc19e5cdc0685e5bd6b2708d7da4f0d101 > > geode-core/src/main/java/org/apache/geode/distributed/internal/membership/gms/auth/GMSAuthenticator.java > 68ec0c0041f204775541db396022a1df14c868fe > > geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/HandShake.java > 00372aebc8d72376ff6613c13637faeaac8d1523 > > geode-core/src/main/java/org/apache/geode/internal/security/SecurityService.java > 7380c9a0cb7382f8a2758acc1018fd793ce815df > geode-core/src/main/java/org/apache/geode/security/AuthInitialize.java > 9123ec4ac00eb2fe5f7d980e78c06c6fe6bcd767 > > geode-core/src/test/java/org/apache/geode/security/PDXGfshPostProcessorOnRemoteServerTest.java > 870ff91ab1a3d3537754268f6e2f2c33f24141b7 > > Diff: https://reviews.apache.org/r/51923/diff/ > > > Testing > ------- > > precheckin > > > Thanks, > > Jinmei Liao > >