Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.03 KB

Jive Plugin: Searchisko integration

Jive plugin integrates Searchisko.

Integration Features

  1. Notify Searchisko when user updates its profile

Configuration

In Jive system properties it's possible to configure this plugin:

Common Configuration

  1. jbossorg.searchisko.url - URL of searchisko e.g. https://dcp.jboss.org

  2. jbossorg.searchisko.rest.api.update.profile - REST API for updating contributor profile. Default /v2/rest/tasks/task/update_contributor_profile

  3. jbossorg.searchisko.auth.name - username

  4. jbossorg.searchisko.auth.password - password

Profile Change Notification

  1. jbossorg.searchisko.profile.notify.enabled - if false then notification is disabled. Default is true

  2. jbossorg.searchisko.profile.notify.interval - interval how often (in seconds) plugin should notify Searchisko about updated profiles. All updated usernames are given in one request. Default is 10 seconds.