Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lifecycle suggested program flow #8

Open
jonathanmaw opened this issue Oct 14, 2022 · 0 comments
Open

Lifecycle suggested program flow #8

jonathanmaw opened this issue Oct 14, 2022 · 0 comments

Comments

@jonathanmaw
Copy link
Contributor

  • Multiple instances of Lifecycle are run with different configurations, e.g.
    • HR -> LDAP
    • LDAP -> SuiteCRM
    • LDAP -> Google Apps
  • Every Source and Target must have a method to pull data for each user to build a model.
  • Data from the Source and Target are merged based on rules from the config defining what the source is responsible for, e.g.
    • username, forename, surname, fullname, email
    • enabled/disabled
    • groups (match by regex)
  • if the Merged User and the Target User differ, push the new Merged User to the target.
@jonathanmaw jonathanmaw changed the title Lifecycle implementation plan Lifecycle suggested program flow Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant