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

Long bootstrap time on large LDAP trees #420

Open
pmauduit opened this issue Mar 24, 2025 · 0 comments · May be fixed by #421
Open

Long bootstrap time on large LDAP trees #420

pmauduit opened this issue Mar 24, 2025 · 0 comments · May be fixed by #421
Assignees
Milestone

Comments

@pmauduit
Copy link

The issue has been encountered in a mapstore2-geOrchestra context and has been documented on this specific issue:
georchestra/mapstore2-georchestra#735

At bootstrap, the GeoStoreInit iterates over the LDAP users into the method initPasswordEncoding, and on large LDAP directories, this can take a certain amount of time.

In a setup with ~ 8k users, we came up with a patch which will shunt the initPasswordEncoding() logic (see mentioned issue above), so that we make sure the mapstore webapp can come to life on time in regards to the default (1 minute 15 sec max) startup probes configured in the geOrchestra helm chart.

@tdipisa tdipisa self-assigned this Mar 24, 2025
pmauduit added a commit to pmauduit/geostore that referenced this issue Mar 24, 2025
@pmauduit pmauduit linked a pull request Mar 24, 2025 that will close this issue
@tdipisa tdipisa added this to the 2025.01.00 milestone Mar 24, 2025
@tdipisa tdipisa linked a pull request Mar 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants