Skip to content

Docker base DN entry creation opt-in and improves bootstrap LDIF loading resilience#644

Merged
vharseko merged 3 commits into
OpenIdentityPlatform:masterfrom
vharseko:add-baseentry
May 16, 2026
Merged

Docker base DN entry creation opt-in and improves bootstrap LDIF loading resilience#644
vharseko merged 3 commits into
OpenIdentityPlatform:masterfrom
vharseko:add-baseentry

Conversation

@vharseko
Copy link
Copy Markdown
Member

Summary

This PR makes Docker base DN entry creation opt-in and improves bootstrap LDIF loading resilience.

Changes

  • Removed default ADD_BASE_ENTRY="--addBaseEntry" from Docker images.
  • Documented ADD_BASE_ENTRY as an optional runtime variable.
  • Added --continueOnError for bootstrap LDIF loading.
  • Updated Dockerfile copyright headers.

Impact

Users who need automatic base DN entry creation should now explicitly set:

-e ADD_BASE_ENTRY=--addBaseEntry

…ing resilience.

## Changes

- Removed default `ADD_BASE_ENTRY="--addBaseEntry"` from Docker images.
- Documented `ADD_BASE_ENTRY` as an optional runtime variable.
- Added `--continueOnError` for bootstrap LDIF loading.
- Updated Dockerfile copyright headers.

## Impact

Users who need automatic base DN entry creation should now explicitly set:

```bash
-e ADD_BASE_ENTRY=--addBaseEntry
@vharseko vharseko requested a review from maximthomas May 15, 2026 08:34
@vharseko vharseko merged commit b49cc97 into OpenIdentityPlatform:master May 16, 2026
33 of 34 checks passed
@vharseko vharseko deleted the add-baseentry branch May 16, 2026 05:52
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

Successfully merging this pull request may close these issues.

2 participants