You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2020/03/23 16:58:58 UTC

[geode] branch develop updated (f6ebc63 -> 578cb07)

This is an automated email from the ASF dual-hosted git repository.

jinmeiliao pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from f6ebc63  Ignore ClientSNIAcceptanceTest on windows (#4837)
     add 578cb07  GEODE-7851: Pulse Oauth Configuration (#4823)

No new revisions were added by this update.

Summary of changes:
 .../src/test/resources/expected-pom.xml            |  18 ++++
 .../gradle/plugins/DependencyConstraints.groovy    |   3 +
 .../pulse/PulseSecurityConfigOAuthProfileTest.java |  84 +++++++++++++++++
 .../integrationTest/resources/expected_jars.txt    |   9 ++
 .../geode/management/internal/ManagementAgent.java |  18 +++-
 .../geode/security/AuthTokenEnabledComponents.java |  11 ++-
 .../geode/internal/cache/InternalHttpService.java  |   2 +
 geode-pulse/build.gradle                           |   3 +
 ...onfigTest.java => OAuthSecurityConfigTest.java} |  21 ++---
 .../src/integrationTest/resources/pulse.properties |   9 +-
 .../internal/security/DefaultSecurityConfig.java   |   3 +-
 .../internal/security/OAuthSecurityConfig.java     | 100 +++++++++++++++++++++
 geode-pulse/src/main/resources/pulse.properties    |  10 +++
 13 files changed, 273 insertions(+), 18 deletions(-)
 create mode 100644 geode-assembly/src/integrationTest/java/org/apache/geode/tools/pulse/PulseSecurityConfigOAuthProfileTest.java
 copy geode-pulse/src/integrationTest/java/org/apache/geode/tools/pulse/security/{CustomSecurityConfigTest.java => OAuthSecurityConfigTest.java} (77%)
 copy geode-core/src/main/resources/META-INF/services/org.apache.geode.internal.cache.CacheService => geode-pulse/src/integrationTest/resources/pulse.properties (68%)
 create mode 100644 geode-pulse/src/main/java/org/apache/geode/tools/pulse/internal/security/OAuthSecurityConfig.java