You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Andrea Patricelli (JIRA)" <ji...@apache.org> on 2019/07/25 11:19:00 UTC

[jira] [Updated] (SYNCOPE-1480) Dynamic realms assignment not updated on dynamic relam condition change

     [ https://issues.apache.org/jira/browse/SYNCOPE-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Patricelli updated SYNCOPE-1480:
---------------------------------------
    Description: 
# Enable elasticsearch extension and setup ES indexes, etc.
 # Login as admin to console
 # Create a dynamic realm with a condition on an USER attribute
 # Add or change an attribute to an user in order to match that dynamic realm
 # Check that on ES dynRealms field of the specific user has been populated with the dynRealm value.
 # Update dyn realm condition of the dyn realm created at step 3, in order to *not match anymore* the user at step 4.
 # Check that on Syncope dynamic realm is no more assigned
 # On elasticsearch dynRealms field is still populated with the dynamic realm created at step 3.

This is due to missing event notification in [https://github.com/apache/syncope/blob/syncope-2.0.13/core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao/JPADynRealmDAO.java#L114-L119
]

  was:
# Login as admin to console
 # Create a dynamic realm with a condition on an USER attribute
 # Add or change an attribute to an user in order to match


> Dynamic realms assignment not updated on dynamic relam condition change
> -----------------------------------------------------------------------
>
>                 Key: SYNCOPE-1480
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1480
>             Project: Syncope
>          Issue Type: Bug
>          Components: core, extensions
>    Affects Versions: 2.0.13, 2.1.4
>            Reporter: Andrea Patricelli
>            Priority: Major
>             Fix For: 2.0.14, 2.1.5
>
>
> # Enable elasticsearch extension and setup ES indexes, etc.
>  # Login as admin to console
>  # Create a dynamic realm with a condition on an USER attribute
>  # Add or change an attribute to an user in order to match that dynamic realm
>  # Check that on ES dynRealms field of the specific user has been populated with the dynRealm value.
>  # Update dyn realm condition of the dyn realm created at step 3, in order to *not match anymore* the user at step 4.
>  # Check that on Syncope dynamic realm is no more assigned
>  # On elasticsearch dynRealms field is still populated with the dynamic realm created at step 3.
> This is due to missing event notification in [https://github.com/apache/syncope/blob/syncope-2.0.13/core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao/JPADynRealmDAO.java#L114-L119
> ]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)