Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-21889

Unable to add ACL on a document with a computed group and virtual user

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Blocker
    • Resolution: Fixed
    • Affects Version/s: 8.10-HF02, 9.1-SNAPSHOT
    • Fix Version/s: 8.10-HF04, 9.2
    • Component/s: Automation
    • Backlog priority:
      900
    • Impact type:
      Configuration Change
    • Upgrade notes:
      Hide

      You can use the configuration property nuxeo.automation.allowVirtualUser to allow virtual user (non-existent user) usage in Nuxeo automation. If allowed, Nuxeo server will not check the user existence during automation execution. The default value is false. Set this property to true if you use Nuxeo computed user or computed group:

        <require>org.nuxeo.ecm.core.automation.core.properties</require>
        <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
          <property name="nuxeo.automation.allowVirtualUser">true</property>
        </extension>
      
      Show
      You can use the configuration property nuxeo.automation.allowVirtualUser to allow virtual user (non-existent user) usage in Nuxeo automation. If allowed, Nuxeo server will not check the user existence during automation execution. The default value is false. Set this property to true if you use Nuxeo computed user or computed group: <require> org.nuxeo.ecm.core.automation.core.properties </require> <extension target= "org.nuxeo.runtime.ConfigurationService" point= "configuration" > <property name= "nuxeo.automation.allowVirtualUser" > true </property> </extension>
    • Sprint:
      NOS 9.1.8
    • Story Points:
      1

      Description

      Since NXP-21559, it is impossible to set an ACL on a document with a computed group. The system verifies if the group exists and rejects the computed group name.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 0 minutes
                  0m
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 5 hours
                  5h