Skip to content

Commit 37047b6

Browse files
authored
ENG-4023 - Separate MaxMind Reactor Status from rest of Threat Detection (#1321)
Problem: To declare the license issue in a decent state, we must confront the fact that the Maxmind loader still has some issues. See https://linear.app/fusionauth/issue/ENG-4018/maxmind-loader-problems for what those are. We don't want to bite that off now, nor do we want to tell customers, etc. that "ALL our license code issues are fixed" with the develop branch, as is. Solution: Since improving those 2 issues may be broader in scope, in the meantime, it seems like a good idea to separate Reactor status values for items that have remote health involved, like Maxmind, from those that don't (CAPTCHA, etc. items that depend on threat detection). Breached password detection is already separated.
1 parent 2a78e15 commit 37047b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5955,6 +5955,8 @@ components:
59555955
"$ref": "#/components/schemas/ReactorFeatureStatus"
59565956
expiration:
59575957
"$ref": "#/components/schemas/LocalDate"
5958+
ipGeoLocation:
5959+
"$ref": "#/components/schemas/ReactorFeatureStatus"
59585960
licenseAttributes:
59595961
type: object
59605962
additionalProperties:

0 commit comments

Comments
 (0)