Remove v1 user-creation path#640
Open
michael-richey wants to merge 1 commit into
Open
Conversation
michael-richey
marked this pull request as ready for review
July 24, 2026 20:25
Use the v2 user-creation path for all new users and remove the legacy v1 implementation. Retain hidden parsing for the removed option and environment variable so existing configurations fail fast with migration guidance instead of silently changing behavior.
michael-richey
force-pushed
the
add-saml-nameid-handle-flag
branch
from
July 24, 2026 21:31
be63b9b to
8627230
Compare
michael-richey
force-pushed
the
remove-v1-user-api-flag
branch
from
July 24, 2026 21:31
23117f1 to
8ebf9d9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stacked on #639. Remove the legacy v1 user-creation implementation now that compatible destination APIs can receive an explicit handle through the v2 path.
Breaking change
--use-v1-user-apiandDD_USE_V1_USER_APIno longer select a v1 execution path. They remain recognized only so existing command lines, environment settings, and configuration files fail fast with migration guidance instead of silently reverting to default v2 behavior.Operators should either:
--preserve-user-handle/DD_PRESERVE_USER_HANDLEwhen the destination supports explicit handles during user creation, orChanges
use_v1_user_apiconfiguration field.Test plan
sync --helpandmigrate --helpshow--preserve-user-handleand hide the removed option