[backend] fix migration for local strategy (#14737)#14790
Merged
marieflorescontact merged 6 commits intomasterfrom Mar 9, 2026
Merged
[backend] fix migration for local strategy (#14737)#14790marieflorescontact merged 6 commits intomasterfrom
marieflorescontact merged 6 commits intomasterfrom
Conversation
78696b0 to
785b41c
Compare
Member
Author
|
@copilot add test coverage for this PR |
Contributor
|
@marieflorescontact I've opened a new pull request, #14791, to work on those changes. Once the pull request is ready, I'll request review from you. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14790 +/- ##
==========================================
+ Coverage 32.36% 32.75% +0.39%
==========================================
Files 3107 3111 +4
Lines 211587 213397 +1810
Branches 38362 39048 +686
==========================================
+ Hits 68472 69896 +1424
- Misses 143115 143501 +386
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5ab0860 to
d03f1c4
Compare
aHenryJard
reviewed
Mar 6, 2026
...tform/opencti-graphql/src/modules/authenticationProvider/authenticationProvider-migration.ts
Outdated
Show resolved
Hide resolved
aHenryJard
approved these changes
Mar 9, 2026
Member
aHenryJard
left a comment
There was a problem hiding this comment.
Looks good to me, tested locally:
- on a new platform V7, local is enabled by default as expected
- on an existing platform with auth0 + local disabled, after moving to this branch the local is correctly disabled (only auth0 button is displayed)
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.
Proposed changes
Related issues
Checklist
Further comments