You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jm...@apache.org on 2020/04/20 13:31:27 UTC

[geode] branch develop updated (509240f -> d09b26a)

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

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


    from 509240f  GEODE-7989: Improve backup exceptions logging (#4967)
     new f9d9479  GEODE-7851: Pulse logout requests end of OAuth session
     new 410ffca  Change 'End-User' to 'end user' in docs
     new d09b26a  Merge pull request #4966 from demery-pivotal/geode-7851/logout

The 9244 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tools_modules/pulse/pulse-auth.html.md.erb     |  5 ++
 .../tools/pulse/internal/data/Repository.java      | 11 ++-
 .../internal/security/CustomSecurityConfig.java    | 16 +++-
 .../internal/security/DefaultSecurityConfig.java   | 17 +++--
 .../internal/security/GemFireAuthentication.java   |  5 +-
 .../security/GemFireAuthenticationProvider.java    | 12 ++-
 .../internal/security/GemfireSecurityConfig.java   | 15 ++--
 ...hSecurityConfig.java => OAuthClientConfig.java} | 89 +++++++++-------------
 .../internal/security/OAuthSecurityConfig.java     | 82 +++-----------------
 ...utHandler.java => RepositoryLogoutHandler.java} | 36 +++------
 geode-pulse/src/main/resources/pulse.properties    |  4 +
 ...rTest.java => RepositoryLogoutHandlerTest.java} | 42 ++--------
 12 files changed, 118 insertions(+), 216 deletions(-)
 copy geode-pulse/src/main/java/org/apache/geode/tools/pulse/internal/security/{OAuthSecurityConfig.java => OAuthClientConfig.java} (69%)
 rename geode-pulse/src/main/java/org/apache/geode/tools/pulse/internal/security/{LogoutHandler.java => RepositoryLogoutHandler.java} (52%)
 rename geode-pulse/src/test/java/org/apache/geode/tools/pulse/internal/security/{LogoutHandlerTest.java => RepositoryLogoutHandlerTest.java} (57%)