You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by an...@apache.org on 2022/01/14 09:12:47 UTC

[jackrabbit-oak] branch trunk updated (b55095d -> 288095c)

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

angela pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git.


    from b55095d  Merge pull request #459 from apache/OAK-9664
     add aa63e5e  OAK-9663 : Configuration option for allowed system-principals in ExternalPrincipalConfiguration
     add 5b14f86  OAK-9663 : Configuration option for allowed system-principals in ExternalPrincipalConfiguration
     new 288095c  Merge pull request #458 from apache/OAK-9663

The 1 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:
 .../external/impl/ExternalIdentityConstants.java   |   8 +
 .../impl/principal/ExternalIdentityImporter.java   |   8 +-
 .../ExternalIdentityValidatorProvider.java         |   7 +-
 .../principal/ExternalPrincipalConfiguration.java  |  15 +-
 .../impl/principal/SystemPrincipalConfig.java      |  39 ++---
 .../external/AbstractExternalAuthTest.java         |   8 +-
 .../principal/ExternalIdentityValidatorTest.java   |   5 +-
 .../impl/principal/SystemPrincipalConfigTest.java  | 182 +++++++++++++++++++++
 .../authentication/external/defaultusersync.md     |   1 +
 9 files changed, 237 insertions(+), 36 deletions(-)
 copy oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/accesscontrol/ReadPolicy.java => oak-auth-external/src/main/java/org/apache/jackrabbit/oak/spi/security/authentication/external/impl/principal/SystemPrincipalConfig.java (53%)
 create mode 100644 oak-auth-external/src/test/java/org/apache/jackrabbit/oak/spi/security/authentication/external/impl/principal/SystemPrincipalConfigTest.java

[jackrabbit-oak] 01/01: Merge pull request #458 from apache/OAK-9663

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

angela pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 288095c5b64634fda2e572a8d6082a91a045a548
Merge: b55095d 5b14f86
Author: anchela <an...@adobe.com>
AuthorDate: Fri Jan 14 10:09:22 2022 +0100

    Merge pull request #458 from apache/OAK-9663
    
    OAK-9663 : Configuration option for allowed system-principals in ExternalPrincipalConfiguration

 .../external/impl/ExternalIdentityConstants.java   |   8 +
 .../impl/principal/ExternalIdentityImporter.java   |   8 +-
 .../ExternalIdentityValidatorProvider.java         |   7 +-
 .../principal/ExternalPrincipalConfiguration.java  |  15 +-
 .../impl/principal/SystemPrincipalConfig.java      |  45 +++++
 .../external/AbstractExternalAuthTest.java         |   8 +-
 .../principal/ExternalIdentityValidatorTest.java   |   5 +-
 .../impl/principal/SystemPrincipalConfigTest.java  | 182 +++++++++++++++++++++
 .../authentication/external/defaultusersync.md     |   1 +
 9 files changed, 266 insertions(+), 13 deletions(-)