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

feat: add support to import custom ldif #1002

Merged
merged 7 commits into from
Mar 11, 2022
Merged

feat: add support to import custom ldif #1002

merged 7 commits into from
Mar 11, 2022

Conversation

iromli
Copy link
Contributor

@iromli iromli commented Mar 9, 2022

Description

Implementation Details

  1. the entrypoint will scan for all .ldif files under predefined directory /app/custom_ldif (where users can mount files into this directory)
  2. for every .ldif file found, entrypoint will try to generate rendered template (if file contains template context) under /app/tmp/
  3. entrypoint will import data parsed from the generated template into user-selected persistence (ldap/sql/spanner/couchbase)

@iromli iromli added comp-docker-jans-persistence-loader kind-feature Issue or PR is a new feature request labels Mar 9, 2022
@iromli iromli requested a review from moabu as a code owner March 9, 2022 15:45
@iromli iromli linked an issue Mar 9, 2022 that may be closed by this pull request
@iromli iromli changed the title Cn custom ldif feat: add support to import custom ldif Mar 9, 2022
Copy link
Member

@moabu moabu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to add a how to to our docs section. I'll add that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-docker-jans-persistence-loader kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow importing custom LDIF file in persistence-loader
2 participants