Bump WrappedSecretKeySerializerVersion flight default to 1, Fixes AB#3684385#3176
Bump WrappedSecretKeySerializerVersion flight default to 1, Fixes AB#3684385#3176p3dr0rv wants to merge 3 commits into
Conversation
|
❌ Work item link check failed. Description does not contain AB#{ID}. Click here to Learn more. |
There was a problem hiding this comment.
Pull request overview
This PR updates the default value for the WRAPPED_SECRET_KEY_SERIALIZER_VERSION flight in CommonFlight, switching the WrappedSecretKey serialization default from the legacy format (ID 0) to the metadata-aware format (ID 1). This affects the default behavior of secret key wrapping persistence/serialization across the Common crypto stack when no overriding flight configuration is provided.
Changes:
- Change
WRAPPED_SECRET_KEY_SERIALIZER_VERSIONdefault from0to1.
|
✅ Work item link check complete. Description contains link AB#3684385 to an Azure Boards work item. |
|
@copilot update changelog, do not forget PR ID |
Added changelog entry in commit |
Updates the default value of the WRAPPED_SECRET_KEY_SERIALIZER_VERSION flight from 0 to 1 in CommonFlight.java, switching the WrappedSecretKey serializer to version 1 by default.
AB#3684385