PatrickRoumanoff / nexus-crowd-plugin

Sonatype Nexus plugin for Atlassian Crowd integration
http://patrickroumanoff.github.io/nexus-crowd-plugin/
40 stars 20 forks source link

Plugin can not sync data automatically when a user group changed #34

Closed eyckluo closed 6 years ago

eyckluo commented 6 years ago

Hi

May I know if the plugin will cache the role information? below is a sample Given: user 402917 belong to crowd group "nexus-admins" "nexus admin role" map to "nexus-admins" delete user 402917 from "nexus-admins" Result: user 402917 still have "nexus admin role" permission

May I know how to fix this?

Thanks Eyck

flopma commented 6 years ago

Please use the cacheTTL parameter which defaults to 1 hour.

V2 -> https://github.com/PatrickRoumanoff/nexus-crowd-plugin/blob/nexus-2.x/src/main/mdo/crowd-config.xml V3 -> https://github.com/PatrickRoumanoff/nexus-crowd-plugin/wiki

Regards

eyckluo commented 6 years ago

Cool, many thanks flopma!