-
Notifications
You must be signed in to change notification settings - Fork 75
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 helper to create persistence entry from LDIF file #1262
Conversation
Helper methods are added into jans-pycloudlib directly to promote code reuse for internal/external images (i.e. gluufederation/casa) that need to create entry from LDIF file.
[jans-config-api-parent] Kudos, SonarCloud Quality Gate passed! |
[jans-pycloudlib] SonarCloud Quality Gate failed. |
Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>
[jans-cli] Kudos, SonarCloud Quality Gate passed! |
[Jans authentication server parent] Kudos, SonarCloud Quality Gate passed! |
[Fido2 API] Kudos, SonarCloud Quality Gate passed! |
[SCIM API] SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
Description
Helper methods are added into jans-pycloudlib directly to promote code reuse for internal/external images (i.e.
gluufederation/casa
) that need to create entry from LDIF file.Implementation Details
Each persistence client classes has
create_from_ldif
method that allows importing data from LDIF file into respected persistence (ldap/couchbase/sql/spanner
). By providing this method, any additional LDIF files (i.e. for Casa) can be moved fromjanssenproject/persistence-loader
into 3rd-party images.Test and Document the changes