Conversation
…ng toggles to the Classic UI and /api/v2 DefectDojo Pro reads the stored Locations and Organization / Asset Relabeling toggles at start-up and applies them to the deployment settings the Classic UI, /api/v2 and /api/v3 route wiring read. Operators no longer need to set DD_V3_FEATURE_LOCATIONS or DD_ENABLE_V3_ORGANIZATION_ASSET_RELABEL to make a restart move those surfaces; the env vars remain the upgrade seed and the DB-down fallback. Adds the 3.3.200 upgrade note that corrects the 3.2.200 guidance. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Description
Docs only. DefectDojo Pro now reads the stored Locations and Organization / Asset Relabeling toggles at start-up and applies them to the deployment settings that the Classic UI, the
/api/v2route wiring and the/api/v3API read (companion Pro change on the same release line). A restart therefore applies a toggle made on the Feature Flags page to those surfaces, and operators no longer need to setDD_V3_FEATURE_LOCATIONSorDD_ENABLE_V3_ORGANIZATION_ASSET_RELABELby hand. The env vars remain the upgrade seed and the fallback when the database cannot be reached at start-up.Changes:
admin/feature_flags/PRO__feature_flags.md: the Locations and Relabeling sections and the availability table stop sending operators to the env vars and describe the restart behaviour, including that/api/v2/location/answers 404 until the restart and appears in the API documentation after it.asset_modelling/locations/PRO__locations_overview.mdandasset_modelling/PRO_hierarchy/asset_hierarchy.md: same correction.releases/os_upgrading/3.3.200.mdupgrade note that corrects the 3.2.200 guidance and documentsDD_FEATURE_FLAGS_BOOT_SYNC.Translations are not touched; they are produced in their own batches.
Open source DefectDojo is unaffected: with the
proapp absent the deployment settings govern these features exactly as before.🤖 Generated with Claude Code